mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-30 00:00:16 +02:00
net: make default reactor guard public (#1468)
This commit is contained in:
@@ -136,5 +136,5 @@ mod reactor;
|
|||||||
mod registration;
|
mod registration;
|
||||||
mod sharded_rwlock;
|
mod sharded_rwlock;
|
||||||
|
|
||||||
pub use self::reactor::{set_default, Handle, Reactor};
|
pub use self::reactor::{set_default, DefaultGuard, Handle, Reactor};
|
||||||
pub use self::registration::Registration;
|
pub use self::registration::Registration;
|
||||||
|
|||||||
Reference in New Issue
Block a user