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.
2 parents f3ed9bf + 32f1449 commit fa98287Copy full SHA for fa98287
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