Skip to content

Releases: tbcardoso/rust-delay-queue

0.2.0

23 Dec 20:38
Compare
Choose a tag to compare
  • 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