mirror of
https://github.com/openai/codex.git
synced 2026-04-30 01:16:54 +00:00
The implementation is less than ideal - it starts a thread per timer. A better approach might be to switch to tokio and use their timer imlementation.