You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/compositing/timer_scheduler.rs
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
4
5
5
use euclid::length::Length;
6
+
use ipc_channel::ipc::{self,IpcSender};
7
+
use ipc_channel::router::ROUTER;
6
8
use num::traits::Saturating;
7
9
use script_traits::{MsDuration,NsDuration, precise_time_ms, precise_time_ns};
8
10
use script_traits::{TimerEvent,TimerEventRequest};
@@ -11,7 +13,7 @@ use std::cmp::{self, Ord};
11
13
use std::collections::BinaryHeap;
12
14
use std::sync::Arc;
13
15
use std::sync::atomic::{self,AtomicBool};
14
-
use std::sync::mpsc::{channel,Receiver,Select,Sender};
0 commit comments