Module zerogc_context::state::nosync[][src]

Expand description

A simpler implementation of [::zerogc::CollectorContext] that doesn’t support multiple threads/contexts.

In exchange, there is no locking :)

Also, there is #![no_std] support

Structs

CollectionManager

Manages coordination of garbage collections

CollectorState

Keeps track of a pending collection (if any)

RawContext