Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@tbcardoso tbcardoso released this 23 Dec 20:38
· 2 commits to master since this release
  • 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