ExecuteAsyncOperation

data class ExecuteAsyncOperation<T : Any>(val operation: FlowAsyncOperation<T>) : FlowIORequest<T>

Execute the specified operation, suspend the flow until completion.

Constructors

Link copied to clipboard
constructor(operation: FlowAsyncOperation<T>)

Properties

Link copied to clipboard