Struct std::task::SiblingSpawner[src]

pub struct SiblingSpawner;

The default task spawner, which spawns siblings to the current task.

Trait Implementations

impl Spawner for SiblingSpawner

fn spawn(self, opts: TaskOpts, f: proc(): Send)