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

add Condition and Pool

This commit is contained in:
Nikolay Kim
2020-01-08 10:56:53 +06:00
parent 7dddeab2a8
commit 9f00daea80
5 changed files with 291 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [1.0.5] - 2020-01-08
* Add `Condition` type.
* Add `Pool` of one-shot's.
## [1.0.4] - 2019-12-20
* Add methods to check `LocalWaker` registration state.