vertx / io.vertx.kotlin.ext.shell.term / io.vertx.ext.shell.term.TermServer

Extensions for io.vertx.ext.shell.term.TermServer

closeAwait

suspend fun TermServer.closeAwait(): Unit

Like io.vertx.ext.shell.term.TermServer but supplying a handler that will be notified when close is complete.

listenAwait

suspend fun TermServer.listenAwait(): TermServer

Bind the term server, the io.vertx.ext.shell.term.TermServer must be set before.