8000 Release v0.4.0 · austinjones/postage-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.4.0

Compare
Choose a tag to compare
@austinjones austinjones released this 31 Jan 21:33
· 12 commits to main since this release

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
0