ctbrec/common
reusedname ae2a026ad1 Refactor serment writing
- use a dedicated virtual thread. (Subjectively) simpler code, but could be imitated with tail-call-like rescheduling
 - use condition variable to wait until the quene becomes non-empty. Could be replaced by polling in a loop, but this will either introduce latency, or higher CPU load (?)

(cherry picked from commit dbf78cfb919aad0b0ef786d7815ac329808401fc)
2025-02-15 15:22:29 +05:00
..
src Refactor serment writing 2025-02-15 15:22:29 +05:00
.gitignore ignore generated and workspace-local files 2025-02-15 13:30:35 +05:00
pom.xml v5.3.1 2025-02-15 15:15:52 +05:00