Skip to content

Releases: tbcardoso/rust-delay-queue

Release list

0.2.0

Choose a tag to compare

@tbcardoso tbcardoso released this 23 Dec 20:38
  • 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