mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
74b4601b48
- Support global hooks inherited by new threads - Support thread hooks, where each thread can have its own hook This should also allow to enable hooks for async calls. Related to #489 #347