Skip to content

Commit

Permalink
Refactor jobs engine into multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
herrcristi committed Jan 4, 2025
1 parent 1565624 commit ab4ad31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/impl/jobs_queue_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ namespace small::jobsimpl {
return small::EnumLock::kExit;
}

private:
friend ParentCallerT;

//
// get group queue
//
Expand Down

0 comments on commit ab4ad31

Please sign in to comment.