In last 2 posts, we have seen how time is a hard thing to calculate in a distributed systems and how Lamport logical clock can…
Testing for concurrency on JVM
Writing thread-safe code is in itself a major challenge and add to that the challenge of verifying if the code we have written is actually…