Skip to main content

Module shared_data

Module shared_data 

Source
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.