forked from apple/swift-nio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
NIOLoopBoundBox
off-EL with sending
Motivation: This closes apple#2754. It's a follow-up for apple#2753 that adds a way to `makeLoopBoundBox` by sendin a value, leaning into Swift 6 concurrency! Modifications: - Adds `makeBoxSendingValue`. Can't take the credit, @weissi wrote it in the issue. - Adds a test for it. Result: Nice NIOLoopBoundBox API for Swift 6.
- Loading branch information
1 parent
85742bc
commit e0309fc
Showing
2 changed files
with
62 additions
and
2 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