[][src]Module zerogc_context::handle

Implementation of ::zerogc::GcHandle

Inspired by Mono's Lock free Gc Handles

Structs

FreedHandleSlot

A handle that is free

GcHandle
GcHandleList

Concurrent list of GcHandles

GcRawHandle

The underlying value of a handle.

Traits

RawHandleImpl

A RawCollectorImpl that supports handles

Unions

HandleSlot

A slot in the array of handles