go-events
go-events copied to clipboard
Make queues size-aware
The old NewQueue factory is left unchanged (infinite queue).
A new NewSizedQueue factory is provided with an additional parameter, the size of the Queue. Writting when the queue is full returns ErrQueueFull.
Based on docker/swarmkit.
Signed-off-by: Adrián Orive [email protected]