net-coroutines / org.apache.tuweni.net.coroutines / CoroutineDatagramChannel / open

open

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

Opens a datagram 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.