mirror of
https://github.com/janet-lang/janet
synced 2025-04-08 00:06:38 +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.