Well the signature of `actor` makes it pretty clea...
# coroutines
c
Well the signature of
actor
makes it pretty clear IMO.
Copy code
public fun <E> actor(    context: CoroutineContext,    capacity: Int = 0,    block: suspend ActorScope<E>.() -> Unit)