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?>
The base class for the classes that represent phases of an asynchronous operation.
AsyncWaiting<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation is in progress.