xoom-net-actors
xoom-net-actors copied to clipboard
Align Mailbox queues with theirs implementations
Current queues are aligned on Java names and implementations but it doesn't make much sense for .NET Here I some considerations to take into account:
- Agrona doesn't make much sense as name. I would rename is as a
BoundedQueue
- Import and implement https://github.com/alexandrnikitin/MPMCQueue.NET as
MPMCQueue
it should work in MPSC configuration
I would keep for now ConcurrentQueue
and SharedRingBuffer