Module workflow_egui::runtime
source · Re-exports§
pub use payload::Payload;
pub use service::Service;
pub use service::ServiceResult;
Modules§
Structs§
Functions§
- Spawn an async task that will result in egui redraw upon its completion.
- Spawn an async task that will result in egui redraw upon its completion. Upon the task completion, the supplied
Payload
will be populated with the task result.