actix-net/actix-threadpool
Kai Ren 05ae2585f3 Migrate actix-threadpool to std::future (#59)
* Migrate actix-threadpool to std::future

* Cosmetic refactor

- turn log::error! into log::warn! as it doesn't throw any error
- add Clone and Copy impls for Cancelled making it cheap to operate with
- apply rustfmt

* Bump up crate version to 0.2.0 and pre-fill its changelog

* Disable patching 'actix-threadpool' crate in global workspace as unnecessary

* Revert patching and fix 'actix-rt'
2019-11-10 23:43:02 +06:00
..
src Migrate actix-threadpool to std::future (#59) 2019-11-10 23:43:02 +06:00
CHANGES.md Migrate actix-threadpool to std::future (#59) 2019-11-10 23:43:02 +06:00
Cargo.toml Migrate actix-threadpool to std::future (#59) 2019-11-10 23:43:02 +06:00
LICENSE-APACHE Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
LICENSE-MIT Include license files into all sub-crates 2019-05-30 20:38:44 +02:00