Skip to content

Multithreading support

Pre-release
Pre-release
Compare
Choose a tag to compare
@Konard Konard released this 22 Aug 10:25
· 550 commits to main since this release
7ccbd33

Now it is safe to execute multiple write operations at the same time. All of them will be queued.
Multiple read operations at the same time can be executed concurrently.