Module sc_consensus::shared_data
source · Expand description
Provides a generic wrapper around shared data. See SharedData for more information.
Structs
- Some shared data that provides support for locking this shared data for some time.
- Created by
SharedData::shared_data_locked. - Created by
SharedDataLocked::release_mutex.