Module horde::sync_push_vec[][src]

A contiguous push-only array type with lock-free reads.

Structs

LockedWrite

A handle to a SyncPushVec with write access protected by a lock.

Read

A handle to a SyncPushVec with read access.

SyncPushVec

A contiguous push-only array type with lock-free reads.

Write

A handle to a SyncPushVec with write access.