Module sync

Source
Expand description

Synchronized memory pools.

Structs§

SliceBox
An allocation in an owned SlicePool.
SlicePool
A thread-safe interface for allocating chunks in an owned slice.

Traits§

Sliceable
Interface for any slice compatible with a thread-safe SlicePool.