File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ performance-critical code dealing heavily with primitive types.
881881
882882### Refs
883883
884- * Consider wrapping all IO calls with the `io! ` macro to avoid nasty
884+ * Consider wrapping all I / O calls with the `io! ` macro to avoid nasty
885885surprises if you accidentally end up calling such code in a
886886transaction.
887887* Avoid the use of `ref-set ` whenever possible.
@@ -903,7 +903,7 @@ as small as possible.
903903
904904### Agents
905905
906- * Use `send ` only for actions that are CPU bound and don 't block on IO
906+ * Use `send ` only for actions that are CPU bound and don 't block on I / O
907907 or other threads.
908908* Use `send-off ` for actions that might block , sleep , or otherwise tie
909909 up the thread.
You can’t perform that action at this time.
0 commit comments