Expand description
A layer to handle storing in a shared memory across the different workers of a host.
Modulesยง
- concurrent_
shared_ data - Implementation that handles updates of the given key-value taking into account that race conditions could arise between reading and writing values to the shared memory.