Do actors use the fast path when `send(...)` is ca...
# coroutines
l
Do actors use the fast path when
send(...)
is called from their own
CoroutineContext
, like
withContext(...) { ... }
does?