advise Suspend
fun <T> ISource<T>.adviseSuspend( lifetime: Lifetime, scheduler: IScheduler, handler: suspend (T) -> Unit)
Content copied to clipboard
fun <T> ISource<T>.adviseSuspend( lifetime: Lifetime, context: CoroutineContext, handler: suspend (T) -> Unit)
Content copied to clipboard