AsyncMap |
interface AsyncMap<K, V> |
HashMapBackedAsyncMap |
abstract class HashMapBackedAsyncMap<K, V> : AsyncMap<K, V> |
Pools |
Concurrent pool/scheduler creation and utilities. object Pools |
RailWorker |
class RailWorker<T> |
ShutdownLatch |
Prevents the JVM from shutting down by creating a thread blocked on a latch. class ShutdownLatch |
SupervisorScope |
class SupervisorScope : CoroutineScope |
java.util.concurrent.atomic.AtomicReference |