mplatvoet
val latch = CountDownLatch(1) task { //operation } always { latch.countDown() } latch.await()