mirror of
https://github.com/janet-lang/janet
synced 2026-03-14 03:39:49 +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.