Files
codewhale/crates
huqiantao bdf7b15bd7 revert: use std::thread::spawn for fire-and-forget hooks
tokio::task::spawn_blocking requires a running tokio runtime, which
breaks tests that call hook functions outside a tokio context. Since
hooks are fire-and-forget (no JoinHandle needed), std::thread::spawn
is the correct choice.
2026-06-07 19:59:17 +08:00
..
2026-06-03 02:39:45 -07:00