Module api_macros

Source
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.