cbruegg
actor
public fun <E> actor( context: CoroutineContext, capacity: Int = 0, block: suspend ActorScope<E>.() -> Unit)