You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If library consumer is using coroutines, there should be an API for creating an Event.Observer that leverages the use of CoroutineScope to create its own OnEvent.Executor, as well as unsubscribe itself from any Processor via CoroutineScope.invokeOnCompletion handler.
The text was updated successfully, but these errors were encountered:
If library consumer is using coroutines, there should be an API for creating an
Event.Observer
that leverages the use ofCoroutineScope
to create its ownOnEvent.Executor
, as well as unsubscribe itself from anyProcessor
viaCoroutineScope.invokeOnCompletion
handler.The text was updated successfully, but these errors were encountered: