You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [launch] | [Job] | [CoroutineScope] | Launches coroutine that does not have any result
10
10
| [async] | [Deferred] | [CoroutineScope] | Returns a single value with the future result
11
-
| [kotlinx.coroutines.experimental.channels.produce] | [kotlinx.coroutines.experimental.channels.ProducerJob] | [kotlinx.coroutines.experimental.channels.ProducerScope] | Produces a stream of elements
11
+
| [produce][kotlinx.coroutines.experimental.channels.produce] | [ProducerJob][kotlinx.coroutines.experimental.channels.ProducerJob] | [ProducerScope][kotlinx.coroutines.experimental.channels.ProducerScope] | Produces a stream of elements
12
12
| [runBlocking] | `T` | [CoroutineScope] | Blocks the thread while the coroutine runs
0 commit comments