InternalBaseAutoRunner
abstract class InternalBaseAutoRunner(val launcher: CoroutineLauncher, flowTransformer: AutoRunFlowTransformer, immediate: Boolean) : BaseAutoRunner
Inheritors
Constructors
Link copied to clipboard
constructor(launcher: CoroutineLauncher, flowTransformer: AutoRunFlowTransformer, immediate: Boolean)
Properties
Functions
Link copied to clipboard
Disposes the Disposable when CoroutineLauncher completes (including cancellation).
Disposes the Disposable when CoroutineContext completes (including cancellation).
Disposes the Disposable when CoroutineScope completes (including cancellation).
Disposes the Disposable when Job completes (including cancellation).
Link copied to clipboard