Module async_

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.