]> git.kaiwu.me - njs.git/commit
njs_vm_pending() is split in njs_vm_posted() and njs_vm_waiting().
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 28 Dec 2018 09:43:22 +0000 (12:43 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 28 Dec 2018 09:43:22 +0000 (12:43 +0300)
commit5c38c4ed8b8c0635f73c66dec768702d5069c17f
tree8c2c5714cf01742bdc9fcc525fbd2b802391f9ab
parentea4c0e2e47030c8f3d4a3133cb624b5bf5e8e427
njs_vm_pending() is split in njs_vm_posted() and njs_vm_waiting().

There are two types of events in njs:
    Posted - are ready to be executed by njs_vm_run().
    Waiting - await external async events.
njs/njs.c
njs/njs.h
njs/njs_event.h