CompletableFuture.runAsync { Thread.sl...
# announcements
d
CompletableFuture.runAsync { Thread.sleep(5000) MyResp(name = name) }.thenApply({ result -> asyncResponse.resume(result) })