mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
Cargo updates and small workqueue change
This commit is contained in:
parent
5b845cbf79
commit
095658e098
3 changed files with 21 additions and 3 deletions
|
@ -11,9 +11,8 @@
|
|||
extern crate kernel32;
|
||||
|
||||
use deque::{Abort, BufferPool, Data, Empty, Stealer, Worker};
|
||||
use libc::usleep;
|
||||
#[cfg(not(windows))]
|
||||
use libc::funcs::posix88::unistd::usleep;
|
||||
use libc::usleep;
|
||||
use rand::{Rng, XorShiftRng, weak_rng};
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
use std::sync::mpsc::{Receiver, Sender, channel};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue