Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple scheduler thread from main thread
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