Package-level declarations
Types
Link copied to clipboard
interface Destroyable
Link copied to clipboard
A callback to return to callers to "undo", or "dispose" of something.
Link copied to clipboard
abstract class EnqueuedJob(val name: String, onFailure: OnFailure, handler: UncaughtException.Handler)
Base abstraction for single-use model that tracks the state of a queue-able job. Once completed, either successfully or by cancellation/error, the EnqueuedJob is dead and should be discarded.
Link copied to clipboard
A callback for executing something
Link copied to clipboard
Link copied to clipboard
A special exception to indicate something went terribly wrong somewhere.