tokio-reactor 0.1.5

Event loop that drives Tokio I/O resources.
Documentation
1
2
3
4
5
use Registration;

use std::marker::Unpin;

impl Unpin for Registration {}