ConcurrentTree

fun <D> ConcurrentTree(treeScope: CoroutineScope = CoroutineScope(Dispatchers.Default + SupervisorJob()), channel: Channel<ConcurrentTree.Message<D>> = Channel(Channel.BUFFERED))

Sources

(source)
Link copied to clipboard