v0.4.0
Enhancements
- Add a
dispatch
channel. A multi-producer, multi-consumer queue #33 - Add
.borrow()
and.borrow_mut()
to the watch sender #32 - Add
.blocking_send()
and.blocking_recv()
to the Sink/Stream traits #31 - Remove the beta tag, as cross-platform tests have been implemented #29
Misc
- Refactor logic when channel internals return Pending, improving performance in this case #34