1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 06:09:02 +02:00

return io::Result from run method, remove Handle

This commit is contained in:
Nikolay Kim
2019-03-06 10:24:58 -08:00
parent 25f1eae51f
commit c03d869694
6 changed files with 28 additions and 74 deletions

View File

@ -7,7 +7,7 @@ mod system;
pub use self::arbiter::Arbiter;
pub use self::builder::{Builder, SystemRunner};
pub use self::runtime::{Handle, Runtime};
pub use self::runtime::Runtime;
pub use self::system::System;
/// Spawns a future on the current arbiter.