Skip to main content

Module memory

Module memory 

Source
Expand description

In-memory task queue for development and testing.

Uses RwLock<Vec<QueueEntry>> with index maps for O(1) lookups, mirroring the InMemoryEventStore pattern from yarli-store.

Structsยง

InMemoryTaskQueue
Thread-safe in-memory task queue.