Crate zerogc_context[][src]

Expand description

The implementation of (GcContext)::zerogc::GcContext that is shared among both thread-safe and thread-unsafe code.

Re-exports

pub use crate::collector::WeakCollectorRef;
pub use crate::collector::CollectorRef;
pub use crate::collector::CollectorId;
pub use crate::state::CollectionManager;
pub use crate::state::RawContext;

Modules

The interface to a collector

Implementation of ::zerogc::GcHandle

Utilities for the context library

Macros

Get the offset of the specified field within a structure

Structs

Enums