Commit Graph

6 Commits

Author SHA1 Message Date
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
Nikolay Kim 3821d511d0 prep actix-threadpool release 2019-08-05 09:54:49 -07:00
Igor Gnatenko 8b398c3386
threadpool: Update parking_lot to 0.9
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-08-04 15:46:14 +02:00
Igor Gnatenko b183cb3324
chore: Update derive_more to 0.15
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-06-18 10:25:01 +02:00
Nikolay Kim 7051888289 prepare actix-threadpool release 2019-06-05 08:09:46 +06:00
Nikolay Kim 7c5afc09a6 move threadpool to separate crate 2019-03-28 03:56:52 -07:00