dispatch

open override fun dispatch(context: CoroutineContext, block: Runnable)

Counting implementation of the dispatch function.

The count is incremented for every dispatch, and decremented for every completion, including suspension.

Sources

Link copied to clipboard