-
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 implementation of EventLoopGroup.shutdownGracefully to _NIO…
…Concurrency (#1879) * Add async implementation of EventLoopGroup.shutdownGracefully to _NIOConcurrency Signed-off-by: Si Beaumont <[email protected]> * fixup: Move elg lifecycle into async function in async demo * fixup: Ensure continuation is run exactly once * fixup: Shutdown event loop group in catch in async demo
- Loading branch information
1 parent
a1f4052
commit 7f3a2f5
Showing
2 changed files
with
30 additions
and
7 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