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

add blocking mod support

This commit is contained in:
Nikolay Kim
2019-03-11 22:54:27 -07:00
parent f1d4bcef4b
commit bef199f831
4 changed files with 97 additions and 2 deletions

View File

@ -1,6 +1,7 @@
//! A runtime implementation that runs everything on the current thread.
mod arbiter;
pub mod blocking;
mod builder;
mod runtime;
mod system;