logic/async/async_state library

Classes

AsyncFailure<T>
Operation completed with an error.
AsyncInitial<T>
Initial state before any execution.
AsyncLoading<T>
Operation in progress.
AsyncState<T>
Generic states for any AsyncCubit.
AsyncSuccess<T>
Operation completed successfully.