We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f365c6 commit 663408eCopy full SHA for 663408e
src/openbsd/monitor.rs
@@ -12,8 +12,8 @@ use std::sync::Arc;
12
use std::thread;
13
use std::time::Duration;
14
15
+use crate::util::from_unix_result;
16
use runloop::RunLoop;
-use util::from_unix_result;
17
18
const POLL_TIMEOUT: u64 = 500;
19
testing/run_cross.sh
@@ -8,4 +8,4 @@ popd
8
cross test --target x86_64-unknown-linux-gnu
9
cross build --target x86_64-unknown-netbsd
10
cross build --target powerpc64le-unknown-linux-gnu
11
-cross build --target x86_64-pc-windows-gnu
+cross build --target x86_64-pc-windows-gnu
0 commit comments