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

move threadpool to separate crate

This commit is contained in:
Nikolay Kim
2019-03-28 03:56:52 -07:00
parent 16856c7d3f
commit 7c5afc09a6
7 changed files with 47 additions and 12 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.2.2] - 2019-03-28
### Changed
* Moved `blocking` module to `actix-threadpool` crate
## [0.2.1] - 2019-03-11
### Added