aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/task.rs
Commit message (Collapse)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-66/+0
|
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-9/+33
| | | | | Multiprocess mode is enabled with the `-M` switch, and sandboxing is enabled with the `-S` switch.
* Remove a pointless closure from spawn_named.Ms2ger2015-10-231-3/+1
|
* sort all usesJohann Tuffe2015-08-201-2/+2
|
* Fix several hangs / panics during pipeline cleanup of in progress loads.Glenn Watson2015-05-191-1/+1
| | | | This fixes a hang found while testing the jQuery test suite.
* Move util crate unit tests into a new unit_tests crateSimon Sapin2015-04-071-7/+0
|
* Fix some warnings in util.Simon Sapin2015-03-181-2/+2
|
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-5/+5
|
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-1/+1
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-18/+29
|
* Remove rtinstrument (fixes #4600).Ms2ger2015-01-221-12/+6
| | | | | | | The code has been disabled during the last rust upgrade, and has not found an owner. Since the next rust upgrade will bitrot it even more, it is better to remove it for now. If anyone wishes to restore it, the code remains in version history.
* Pass a String to spawn_named.Ms2ger2015-01-211-1/+1
| | | | | IntoString has been removed from Rust, and named() will take a String, so there is no good reason to do otherwise here.
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
| | | | into_string has been removed from Rust.
* Fix `renamed to into_inner()` warningsMatthew Rasmus2015-01-081-1/+1
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-7/+9
|
* Remove spawn_named_native.Ms2ger2015-01-051-4/+0
| | | | All threads are native now, so this was just an alias for spawn_named.
* Remove the unused native argument from spawn_named_with_send_on_failure.Ms2ger2015-01-051-2/+1
|
* Remove dependencies on the native crate.Ms2ger2015-01-041-14/+4
|
* Replace the remaining to_string calls by into_string calls.Ms2ger2014-12-311-1/+1
|
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-2/+2
|
* Add task profiler, which works by instrumenting each task runtime when enabled.Glenn Watson2014-10-291-10/+16
|
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-0/+5
| | | | | | | | During debugging, I found it useful to hook all task creation in a central location, and util::task was the perfect place for it. r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of reviews today because I don't know who better to give them to)
* Dynamically check DOMRefCell access from layout in debug buildsKeegan McAllister2014-10-241-4/+11
|
* Cargoify servoJack Moffitt2014-09-081-0/+40