Question about coroutines: is it true that corouti...
# getting-started
x
Question about coroutines: is it true that coroutines replace Thread, Future, Callable and CompletableFuture in Java? Do we use concurrent collections (e.g. ConcurrentHashMap, BlockingQueue ...) with coroutines or does Kotlin have something equivalent?