-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor] Simple scheduler method signatures to async (#971)
Being able to hold a lock over async code requires the use of `async_lock` over `parking_lot`, migrating `Mutex` & `MutexGuard` to that package. In addition updating function signatures to `async` for better fitting of API updates for new scheduler.
- Loading branch information
1 parent
cec25fb
commit 3c50dd5
Showing
2 changed files
with
56 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters