mirror of
https://github.com/janet-lang/janet
synced 2026-05-10 15:32:15 +00:00
1bda40b644
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.