mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
update timer scheduler to use crossbeam
This commit is contained in:
parent
32eb858a6a
commit
c893c8955d
4 changed files with 73 additions and 107 deletions
|
@ -285,7 +285,7 @@ impl OneshotTimers {
|
|||
delay,
|
||||
);
|
||||
self.scheduler_chan
|
||||
.send(TimerSchedulerMsg::Request(request))
|
||||
.send(TimerSchedulerMsg(request))
|
||||
.unwrap();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue