metaparticle-io/sync

Java lock code prevents multiple threads in the same process trying to access the lock...

Closed this issue · 1 comments

The code assumes that the lock is process level, not thread level. It should probably be thread level.

Actually, I take that back, I was confused, this is not true.