`future { }` launches a coroutine (the body is a s...
# announcements
a
future { }
launches a coroutine (the body is a suspend function) and the result of the expression is a CompletableFuture that represents the final result/exception of the code in the body