humbird 0.1.4

humbird network communication core library,universal server function wrapper library
Documentation
1
2
3
4
5
6
#[macro_export]
macro_rules! async_exe {
    ($task:expr) => {
        task::spawn($task);
    };
}