Skip to main content

Module node_fs

Module node_fs 

Source

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 as web_api::ws_pump_all).
install