Extensions for java.nio.channels.AsynchronousServerSocketChannel

aAccept

Performs AsynchronousServerSocketChannel.accept without blocking a thread and resumes when asynchronous operation completes. This suspending function is cancellable. If the Job of the current coroutine is cancelled or completed while this suspending function is waiting, this function closes the underlying channel and immediately resumes with CancellationException.