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

Add methods to check LocalWaker registration state

This commit is contained in:
Nikolay Kim
2019-12-20 09:13:11 +06:00
parent 0d3f9e74c5
commit 05549f0b42
4 changed files with 21 additions and 8 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [1.0.4] - 2019-12-20
* Add methods to check `LocalWaker` registration state.
## [1.0.3] - 2019-12-11
* Revert InOrder service changes