V0.1.0
First release
Features
- The basic functionality of the blocking dequeue.
- The following methods:
PushFront
,PushBack
PopFront
,PopBack
PeekFront
,PeekBack
Capacity
,SetCapacity
,IsFull
Size
,IsEmpty
- The following listeners:
OnEmpty
OnFull
- Unit and integration tests to cover all the implemented functionality.
Notes
This release is not a major release yet, as the package may evolve and change as I get more feedback about it. Once everything is settled I will create a major release (even if there are no major updates).