Module runtime

Source

Re-exports§

pub use payload::Payload;
pub use service::Service;
pub use service::ServiceResult;

Modules§

channel
events
panic
payload
service
signals

Structs§

Inner
Runtime

Functions§

runtime
spawn
Spawn an async task that will result in egui redraw upon its completion.
spawn_with_result
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.
try_runtime