Module slab_box

Module slab_box 

Source
Expand description

An owned allocation from a BSlab

A SlabBox may be read or written to (exclusively) by the owner. A SlabBox may also be converted into a SlabArc in order to be shared. The underlying memory is freed for reuse automatically when the Box has been dropped.

Structsยง

SlabBox
An owned, BSlab allocated chunk of bytes.