mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03: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.