aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/taskpool.rs
Commit message (Expand)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-55/+0
* Cleanup code that was warned by rust-clippyCorey Farwell2015-10-111-6/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* sort all usesJohann Tuffe2015-08-201-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Stop using the deprecated Thunk API.Ms2ger2015-06-261-3/+3
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+2
* Update some code that's feature-gated under core.Ms2ger2015-03-211-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+2
* Remove uint/int inside `components/util` (partial #4745).Alexandru Cojocaru2015-02-281-1/+1
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-7/+11
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-3/+5
* Introduce a basic shared task pool, and use it for image decoding.Glenn Watson2014-10-201-0/+53