Struct mio_poll_wrapper::Handle[][src]

pub struct Handle<'a> { /* fields omitted */ }

A handle that gets passed to the callback method of PollWrapper.

This handle allows you to register evented methods to the poll while the wrapper is running.

Methods

impl<'a> Handle<'a>
[src]

Register an evented with the poll. This returns the token that was registered.

Auto Trait Implementations

impl<'a> Send for Handle<'a>

impl<'a> Sync for Handle<'a>