-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adopt strict concurrency and Sendable in NIOConcurrencyHelpers (#2832)
Motivation: This patch adds strict concurrency and Sendable support to NIOConcurrencyHelpers. This is a useful first step in adding full support across the ecosystem. Modifications: - Added some explicit Sendable conformances that were missing. - Fixed some declarations to make them Strict Sendable safe. Result: One step towards strict concurrency
- Loading branch information
Showing
3 changed files
with
48 additions
and
1 deletion.
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
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