mirror of
https://github.com/janet-lang/janet
synced 2025-07-27 06:12:59 +00:00

Hooks are per thread (not per fiber) for performance, and are exposed as callback functions. Hooks cannot be nested, so hooks are disabled inside other hooks.