core/coder_async library

Classes

CoderAsync<T>
CoderAsync is a wrapper for managing the async state of any asynchronous operation. It provides a CoderState of CoderAsyncState which holds loading, data, and error information.
CoderAsyncState<T>
A container for async operation state, including loading, data, and error.