AttachedDisposables
A Disposable that can have additional Disposable
s attached to it, so they are automatically disposed together with this object.
Inheritors
Properties
Functions
Link copied to clipboard
Default implementation disposing the attachedDisposables.
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).