ngx 0.5.1

FFI bindings to NGINX
Documentation
1
2
3
4
5
6
7
8
//! Async runtime and set of utilities on top of the NGINX event loop.
pub use self::sleep::{sleep, Sleep};
pub use self::spawn::{spawn, Task};

pub mod resolver;

mod sleep;
mod spawn;