mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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 = {
|
||||
sched: some({
|
||||
mode: task::osmain,
|
||||
native_stack_size: none
|
||||
foreign_stack_size: none
|
||||
})
|
||||
with task::get_opts(builder)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue