Package-level declarations

Types

Link copied to clipboard

Coroutine dispatchers used internally by Stream libraries. Should always be used instead of directly using Dispatchers or creating new dispatchers.

Link copied to clipboard
class Tube<T> : Flow<T> , FlowCollector<T>

A synchronous data stream that emits values and completes normally.