You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change fixes an example shown in the ServerBootstrap documentation.
### Motivation:
The current example given to users of ServerBootstrap will show a
Sendable conformance warning in Swift 6.0 or later.
### Modifications:
Changed the example to use `syncOperations`
### Result:
The new example doesn't contain any warnings.
0 commit comments