Module zerogc_context::state::sync[][src]

Expand description

The internal state of the collector

Has a thread-safe and thread-unsafe implementation. Thread safe state

Note that this module has full permission to use the standard library in all its glory.

Structs

CollectionManager

Manages coordination of garbage collections

CollectorState

Keeps track of a pending collection (if any)

RawContext