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

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

In exchange, there is no locking :)

Structs

CollectionManager

Manages coordination of garbage collections

CollectorState

Keeps track of a pending collection (if any)

RawContext