Struct coroutine::Options [] [src]

pub struct Options {
    pub stack_size: usize,
    pub name: Option<String>,
}

Coroutine spawn options

Fields

The size of the stack

The name of the Coroutine

Trait Implementations

impl Debug for Options
[src]

Formats the value using the given formatter.

impl Default for Options
[src]

Returns the "default value" for a type. Read more