nextOutput

abstract suspend fun nextOutput(): T(source)

Suspends until the worker emits its next value, then returns it.

Throws an AssertionError if the Worker completes or has an error.