Releases: tbcardoso/rust-delay-queue
Releases · tbcardoso/rust-delay-queue
0.2.0
- New DelayQueue methods: try_pop_until, try_pop_for
- New DelayQueue constructor: with_capacity
- DelayQueue now implements the traits Debug and Default
- Delay now implements the Default trait
- Fixes to documentation and examples