Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 90aa264

Browse files
ktosoyim-lee
andauthored
Update docs/concurrency-adoption-guidelines.md
Co-authored-by: Yim Lee <yim_lee@apple.com>
1 parent 8f6f804 commit 90aa264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concurrency-adoption-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Swift NIO currently provides a number of concurrency types for the Swift on Serv
176176

177177
Some NIO types will remain however in the public interfaces of Swift on server libraries. We expect that networking clients and servers continue to be initialized with `EventLoopGroup`s. The underlying transport mechanism (`NIOPosix` and `NIOTransportServices`) should become implementation details however and should not be exposed to library adopters.
178178

179-
### NIO 3
179+
### SwiftNIO 3
180180

181181
While subject to change, it is likely that Swift NIO will cut a 3.0 release in the months after Swift 6.0, at which point in time Swift will have enabled “full” `Sendable` checking.
182182

0 commit comments

Comments
 (0)