async_phase library

Classes

AsyncComplete<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation has completed successfully.
AsyncError<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation has resulted in an error.
AsyncInitial<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation has not been executed yet.
AsyncPhase<T extends Object?>
A sealed base for representing the phases of an asynchronous operation.
AsyncWaiting<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation is in progress.