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 f3ed9bf commit 32f1449Copy full SHA for 32f1449
open-coroutine/tests/preemptive.rs
@@ -0,0 +1,7 @@
1
+include!("../examples/preemptive.rs");
2
+
3
+#[cfg(not(windows))]
4
+#[test]
5
+fn socket_co() -> std::io::Result<()> {
6
+ main()
7
+}
0 commit comments