Struct tokio::reactor::Handle [] [src]

pub struct Handle { /* fields omitted */ }

A handle to an event loop.

A Handle is used for associating I/O objects with an event loop explicitly. Typically though you won't end up using a Handle that often and will instead use and implicitly configured handle for your thread.

Trait Implementations

impl Clone for Handle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Handle
[src]

[src]

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

impl Debug for Handle
[src]

[src]

Formats the value using the given formatter.