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
* Suspending version of [accept][AsynchronousServerSocketChannel.accept] function.
9
+
*
10
+
* The call is not cancellable (suspends until success or failure), because the underlying channel ([AsynchronousServerSocketChannel]) provides no guarantee for cancellation.
11
+
* Note that closing the channel (probably) continues every call with a failure (and that covers most use cases).
12
+
*
13
+
* However, you can mimic cancellation by ignoring the call (hence, ignoring the results).
0 commit comments