Skip to content

v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 21:24
· 10 commits to main since this release
v0.1.4
b922903

Bug Fixes

  • blocking::mpsc: increase durations in doctests (#78) (465fd3cb)

Features

  • blocking::mpsc:
    • add Sender::send(_ref)_timeout methods (#79) (979ed6e8)
    • add Receiver::recv(_ref)_timeout methods (#75) (b57ce88a)

v0.1.3 (2022-05-13)

Features

Bug Fixes

  • mpsc: try_recv_ref should return RecvRef (#61) (47f16f59)

v0.1.2 (2022-04-12)

Bug Fixes

  • compilation errors with --no-default-features (#59) (a2ab1788, closes #58)

v0.1.1 (2022-03-16)

Performance

Bug Fixes