Package | Description |
---|---|
kotlinx.coroutines.experimental |
General-purpose coroutine builders, contexts, and helper functions.
|
kotlinx.coroutines.experimental.channels |
Channels -- non-blocking primitives for communicating a stream of elements between coroutines.
|
kotlinx.coroutines.experimental.selects |
Select expression to perform multiple suspending operations simultaneously until one of them succeeds.
|
kotlinx.coroutines.experimental.sync |
Synchronization primitives (mutex).
|