asWorker

inline fun <OutputT> Flow<OutputT>.asWorker(): Worker<OutputT>(source)

Returns a Worker that will, when performed, emit whatever this Flow receives.