suspend fun DatagramSocket.closeAwait(): Unit
Closes the io.vertx.core.datagram.DatagramSocket implementation asynchronous and notifies the handler once done.
handler - the handler to notify once complete
handler