Expand description
Use this to get all macros
Re-exports§
pub use crate::Progress;
Macros§
- send_
data - Send new data via the sender
- set_
error - Setting the given progress using a given sender.
- set_
finished - Set state to
DataState::UpToDate
- set_
progress - Setting the given progress using a given sender.
- unpack_
result - Error checking in async updater functions is tedious - this helps out by resolving results and sending errors on error. Result will be unwrapped if no error occurs.