Skip to main content

Module concurrent_shared_data

Module concurrent_shared_data 

Source
Expand description

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.

Structs§

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

Enums§

TransactionStatus
Indicates the exit status of modification to the ConcurrentSharedData