asMaybe

Converts this deferred value to the hot reactive maybe that signals onComplete, onSuccess or onError.

Every subscriber gets the same completion value. Unsubscribing from the resulting maybe does not affect the original deferred value in any way.

Note: This is an experimental api. Conversion of coroutines primitives to reactive entities may change in the future to account for the concept of structured concurrency.

Parameters

context

-- the coroutine context from which the resulting maybe is going to be signalled