ctbrec/common/src
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
..
main Refactor serment writing 2025-02-15 15:22:29 +05:00
test/java/ctbrec Merge remote-tracking branch 'origin/dev' into XxInvictus-patch 2023-12-07 12:11:32 +10:30