1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Add oneshot::Sender::is_canceled() method

This commit is contained in:
Nikolay Kim
2019-12-11 20:52:57 +06:00
parent b28f32e82c
commit 52ecb4bcc5
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,8 @@
* Allow to create `framed::Dispatcher` with custom `mpsc::Receiver`
* Add `oneshot::Sender::is_canceled()` method
## [1.0.1] - 2019-12-11
* Optimize InOrder service