[][src]Module transact::context::manager::sync

This module provides a thread-safe ContextManager.

For many uses of the context manager, it will need to be shared between multiple threads, with some threads reading and writing to a context while others create contexts.

Structs

ContextManager

A thread-safe ContextManager.