process_value library

A declarative representation of a process

Classes

ProcessData<T>
A value of type T that represents the successful completion of a process.
ProcessError<T>
The process failed with an error and optional stackTrace.
ProcessLoading<T>
The process is still running, but progress is available.
ProcessValue<T>
A union type for ProcessData, ProcessLoading, and ProcessError.