Skip to content

V0.1.0

Compare
Choose a tag to compare
@AmrSaber AmrSaber released this 31 May 15:38
· 12 commits to master since this release
e5f7150

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).