tuweni / org.apache.tuweni.net.coroutines / CoroutineSocketChannel / open

open

fun open(group: CoroutineChannelGroup = CommonCoroutineGroup): CoroutineSocketChannel (source)

Opens a socket channel.

Parameters

selector - The selector to use with this channel (defaults to CommonCoroutineSelector).

Exceptions

IOException - If an I/O error occurs.

Return
A new channel.