Skip to main content

Crate concurrent

Crate concurrent 

Source

Re-exports§

pub use copy::MAX_TRANSFER_GRANULARITY;
pub use copy::WellDefinedCopyable;
pub use copy::well_defined_copy_from;
pub use copy::well_defined_copy_to;

Modules§

copy

Structs§

ReadTransactionToken
SeqLock
SeqLockPayload
Payload wrapper for data protected by a SeqLock.
WriteGuard

Enums§

SyncOpt
An enumeration of various synchronization options to use when performing memory transfer operations with well_defined_copy_to / well_defined_copy_from.

Constants§

SYNC_OPT_ACQ_REL_OPS
SYNC_OPT_FENCE
SYNC_OPT_NONE

Type Aliases§

SequenceNumber