Hacker News new | ask | show | jobs
by ratorx 482 days ago
For C++, abseil’s thread annotations are quite nice for getting closer to the Rust style of locking. Of course, the Rust style is still much easier to understand and less manual.