Struct fibers::BoxSpawn [] [src]

pub struct BoxSpawn(_);

Boxed Spawn object.

Trait Implementations

impl Spawn for BoxSpawn
[src]

[src]

Spawns a fiber which will execute given boxed future.

[src]

Converts this instance into a boxed object.

[src]

Spawns a fiber which will execute given future.

[src]

Equivalent to self.spawn(futures::lazy(|| f())).

[src]

Spawns a fiber and returns a future to monitor it's execution result.

Spawns a linked fiber. Read more

impl Debug for BoxSpawn
[src]

[src]

Formats the value using the given formatter.