Sync Primitives Are Functionally Complete

3 sebg 1 7/31/2025, 8:30:24 PM kprotty.me ↗

Comments (1)

PaulHoule · 4h ago
But should you?

My understanding is that concurrency systems based on one clever idea (actors, synchronized in Java) give terrible performance, scalability nd reliability and you really want a rich library of primitives like you find in java.util.concurrent.