Functions§
- fs_
watch_ loop_ alive - Event-loop liveness: a persistent fs.watch / fs.watchFile entry keeps the process alive (Node semantics); non-persistent entries never pin.
- fs_
watch_ pump_ all - Pump all queued watch events on the JS thread. Called from
timers::drain_and_check/drain_one_pass(same integration point asweb_api::ws_pump_all). - install