async

abstract fun <T> async(block: () -> T): CompletableFuture<T>