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ยง
- InMemory
Task Queue - Thread-safe in-memory task queue.