IAsync Source
An object that allows to subscribe to events of type T and to handle them on a different thread.
Functions
Link copied to clipboard
abstract fun adviseOn( lifetime: Lifetime, scheduler: IScheduler, handler: (T) -> Unit)
Content copied to clipboard
Inheritors
Extensions
Link copied to clipboard
fun IAsyncSource<Unit>.adviseOn( lifetime: Lifetime, scheduler: IScheduler, handler: () -> Unit)
Content copied to clipboard