Skip to content

0.0.95

Latest
Compare
Choose a tag to compare
@timotheyca timotheyca released this 03 Oct 17:09
· 9 commits to main since this release
0.0.95
a0b1384

Added

  • Slab-based combinators
    • multicast::bufferless_slab
    • deal::slab
    • route::slab
  • CloseAll<R,_>: From<R>

Changed

  • require Ord for Key
  • #[must_use] on many things
  • moved route::Router* to route::keyed
  • moved deal::Dealer* to deal::keyed

Deprecated

  • deal
    • ::Dealer
    • ::DealerExtending
    • ::DealerExt
  • route
    • ::Router
    • ::RouterExtending
    • ::RouterExt

Fixed

  • Restricted ConcurrentExt to apply to FusedStream only