Struct mioco::Mioco [] [src]

pub struct Mioco { /* fields omitted */ }

Mioco instance.

Methods

impl Mioco
[src]

Create new Mioco instance.

Create new Mioco instance with custom configuration.

Start mioco instance.

Takes a starting handler function that will be executed in mioco environment.

Will block until mioco is finished - there are no more coroutines to run.

Returns the result of the f.

See MiocoHandle::start().

Trait Implementations

impl Default for Mioco
[src]

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