- (Soundness issue) Fix drop handler call on uninitialized memory (#4).
- Replace
executor
crate withpollster
in doctests to work around possible soundness issue inexecutor
crate (#2). - Include doctests in Miri CI workflow.
- Silence new warnings when running tests with nightly.
- Update copyright date in MIT license.
Note: this release does not contain any functional change; upgrading from 0.3.0 is not mandated.
- Implement
Send
,UnwindSafe
andRefUnwindSafe
forSender
. - Simplify implementation and improve performance.
- Enable multi-threading in MIRI tests and add tests.
- Fix soundness issue in
Receiver::sender
which should have taken&mut self
rather than&self
. - Update copyright date in MIT license.
Initial release