Skip to main content

Module in_memory

Module in_memory 

Source
Expand description

§InMemoryTaskRegistry — HashMap-backed implementation for testing.

Full CRUD + dependency DAG with cycle detection. No persistence. Use for testing, prototyping, and simple single-process agents.

Structs§

InMemoryTaskRegistry
In-memory task registry backed by HashMap + Mutex.