-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add async version of NIOThreadPool.runIfActive (#2566)
* Add async version of NIOThreadPool.runIfActive * Changes from comments in PR Remove no longer supported code Add tests for errors being thrown, and the thread pool not being active * Collapse async runIfActive into one function * remove whitespace * Make T Sendable --------- Co-authored-by: Cory Benfield <lukasa@apple.com>
- Loading branch information
1 parent
54c85cb
commit 95a4eaa
Showing
2 changed files
with
72 additions
and
0 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