Hi Joseph,
 
It would not make sense to have a distributed queue that is not safe to
access concurrently without synchronization. That way sufficient
"synchronization" is already present in `DistributedQueue`
implementation. Synchronization is quoted because `DistributedQueue`
doesn't actually use explicit synchronization like `ReadWriteLock`.
 
---
Andrew aka raindev

Reply via email to