kotlin.coroutines.experimental.EmptyCoroutineContext

EmptyCoroutineContext

object EmptyCoroutineContext : CoroutineContext

Platform and version requirements: Kotlin 1.1

An empty coroutine context.

Functions

fold

fun <R> fold(initial: R, operation: (R, Element) -> R): R

Accumulates entries of this