This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Description
It seems like zbox does not currently allow for any multi-threaded concurrency at all.
Sadly this limits usage to very simple use cases.
Are there plans for introducing concurrency?
A "simple" first step could be to allow concurrent reads, with a global write lock. Although I'd really love to have concurrent reads and writes as well.