Add LoopPin to easily create LoopData

This commit is contained in:
Alex Crichton
2016-08-12 13:42:24 -07:00
parent ef3efd4175
commit 9911f421eb
2 changed files with 43 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ mod lock;
mod mpsc_queue;
mod channel;
pub use event_loop::{Loop, LoopHandle, AddSource, AddTimeout};
pub use event_loop::{Loop, LoopPin, LoopHandle, AddSource, AddTimeout};
pub use event_loop::{LoopData, AddLoopData, TimeoutToken, IoSource, Source};
pub use readiness_stream::ReadinessStream;
pub use tcp::{TcpListener, TcpStream};