ngx
0.5.0-beta
Module async_
Module Items
Structs
Functions
In crate ngx
ngx
Module
async_
Copy item path
Source
Expand description
Async runtime and set of utilities on top of the NGINX event loop.
Structs
§
Sleep
Future returned by
sleep
.
Task
A spawned task.
Functions
§
sleep
Puts the current task to sleep for at least the specified amount of time.
spawn
Creates a new task running on the NGINX event loop.