A circular queue implemented over an array.
4 people like thisPosted: 13 years ago by Johann Deneux
A batched Deque
2 people like thisPosted: 12 years ago by Nicolas2
An F#-style API for simple MSMQ operations, including Peek, Receive, and Send.
3 people like thisPosted: 6 years ago by Aaron Eshbach
Simulation and performance measurement of a single-server queue with various arrival and processing rates configurations. More comments on this can be found at http://www.clear-lines.com/blog/post/Simulating-a-simple-Queue-in-FSharp.aspx
5 people like thisPosted: 12 years ago by Mathias Brandewinder
A simple queue that also allows for the removal of items waiting in the queue as well as FIFO operation. This is useful if for example you have a queue of items that might need to expire at different times if they have been waiting in the queue for too long.
2 people like thisPosted: 8 years ago by David Neale
F# Functional-style API for MSMQ, providing simple client operations like Send, Receive, and Peek.
3 people like thisPosted: 6 years ago by Aaron Eshbach