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 0309de7 commit 31ed3a7Copy full SHA for 31ed3a7
README.md
@@ -59,8 +59,8 @@ in your program, and cannot run all programs:
59
has no access to most platform-specific APIs or FFI. A few APIs have been
60
implemented (such as printing to stdout) but most have not: for example, Miri
61
currently does not support SIMD or networking.
62
-* Threading support is not finished yet. E.g. weak memory effects are not
63
- emulated and spin loops (without syscalls) just loop forever. There's no
+* Threading support is not finished yet. E.g., weak memory effects are not
+ emulated and spin loops (without syscalls) just loop forever. There is no
64
threading support on Windows.
65
66
Consider looking into GitHub isues for more information about the limitations.
0 commit comments