mirror of
https://github.com/janet-lang/janet
synced 2025-06-22 08:24:11 +00:00

os/execute, os/proc-wait do not block (currently posix only). This uses the self-pipe trick to turn signals into a pollable entity.
os/execute, os/proc-wait do not block (currently posix only). This uses the self-pipe trick to turn signals into a pollable entity.