1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

store the thread's handle with arbiter (#60)

This commit is contained in:
Ivan Ladelshchikov
2019-11-14 13:07:33 +04:00
committed by Nikolay Kim
parent 2e8c2c7733
commit ed5023128b
2 changed files with 38 additions and 11 deletions

View File

@ -6,6 +6,10 @@
* Fix arbiter's thread panic message.
### Added
* Allow to join arbiter's thread. #60
## [0.2.5] - 2019-09-02