Commit Graph

11 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
Christian Battaglia e7631f76f2 update to latest tokio alpha and futures-rs 2019-11-07 17:49:54 -05:00
Michal Hornický a844941b9f Migrate actix-codec, actix-rt, and actix-threadpool to std::future 2019-09-14 12:30:18 +02: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 0caa47fc47
Merge pull request #27 from ignatenkobrain/license
Include license files into all sub-crates
2019-06-01 16:48:42 +06:00
Igor Gnatenko ca289ddf7f Include license files into all sub-crates
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-05-30 20:38:44 +02:00
Igor Gnatenko ad9a197916
chore: Update parking_lot to 0.8
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-05-30 20:30:43 +02:00
Nikolay Kim 7c5afc09a6 move threadpool to separate crate 2019-03-28 03:56:52 -07:00