Skip to content

Commit

Permalink
Decouple scheduler thread from main thread
Browse files Browse the repository at this point in the history
Don't hold mutex while generating commands. Swap between two sets of
event queues to minimize the number of times the scheduler thread needs
to lock the mutex.
  • Loading branch information
psalz committed Jul 26, 2022
1 parent 799282b commit 4547b5f
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 274 deletions.
Loading

0 comments on commit 4547b5f

Please sign in to comment.