fabro/lib
Bryan Helmkamp 708c37aed1 refactor(async): prefer tokio sleeps and lint std::thread
Add a Clippy disallowed-methods guardrail for std::thread sleep/spawn
and convert the CLI polling paths to tokio::time::sleep so they no
longer block Tokio workers. Keep the intentional OS-thread sites with
narrow #[expect(...)] annotations that explain why std::thread is
required there.
2026-04-12 12:36:19 -04:00
..
crates refactor(async): prefer tokio sleeps and lint std::thread 2026-04-12 12:36:19 -04:00
packages/fabro-api-client Merge origin/main into main 2026-04-09 21:11:55 -04:00