Module shared_data

Source
Expand description

Provides a generic wrapper around shared data. See SharedData for more information.

Structsยง

SharedData
Some shared data that provides support for locking this shared data for some time.
SharedDataLocked
Created by SharedData::shared_data_locked.
SharedDataLockedUpgradable
Created by SharedDataLocked::release_mutex.