I am writing a Niginx module that from several of worker threads
that I created by own, I need to notify Nginx’s main thread so
the main thread (single-threaded nginx) doesn’t need to poll
periodically in timer context. What would be the reliable way to
do that in Nginx? Anybody advice would be appreciated.
- Alder