pub struct Spawner {
pub engine_globals: EngineGlobals,
pub task_sender: SyncSender<Arc<Task>>,
}Fields
engine_globals: EngineGlobalstask_sender: SyncSender<Arc<Task>>Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Spawner
impl !UnwindSafe for Spawner
Blanket Implementations
Mutably borrows from an owned value. Read more
Builds a pointer to this type from a raw pointer.
Returns true if the size is suitable to store a type like this.
Returns the size of an individual element.