Searched defs:awaitClose (Results 1 – 2 of 2) sorted by relevance
65 public boolean awaitClose(int duration, TimeUnit unit) throws InterruptedException { in awaitClose() method in SimpleEchoSocket
49 public suspend fun ProducerScope<*>.awaitClose(block: () -> Unit = {}) { in <lambda>() method