mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Update some code that's feature-gated under core.
This commit is contained in:
parent
29a36adbe7
commit
ba87666cdb
33 changed files with 104 additions and 107 deletions
|
@ -31,7 +31,7 @@ impl TaskPool {
|
|||
|
||||
let state = Arc::new(Mutex::new(rx));
|
||||
|
||||
for i in range(0, tasks) {
|
||||
for i in 0..tasks {
|
||||
let state = state.clone();
|
||||
spawn_named(
|
||||
format!("TaskPoolWorker {}/{}", i+1, tasks),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue