mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update for task API changes
This commit is contained in:
parent
259ba8ce93
commit
6e77dfa2f4
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ fn on_osmain<T: send>(+f: fn~(comm::port<T>)) -> comm::chan<T> {
|
||||||
let opts = {
|
let opts = {
|
||||||
sched: some({
|
sched: some({
|
||||||
mode: task::osmain,
|
mode: task::osmain,
|
||||||
native_stack_size: none
|
foreign_stack_size: none
|
||||||
})
|
})
|
||||||
with task::get_opts(builder)
|
with task::get_opts(builder)
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue