typo: "nothing to do with sync" -> "nothing to do with stdasync"

This commit is contained in:
Sergey Zubkov
2018-05-08 08:46:51 -04:00
committed by GitHub
parent 8e327dd4e0
commit 4e58fb87f7

View File

@@ -14145,7 +14145,7 @@ If the string is short (say 10 characters), the call of `modify1` can be surpris
essentially all the cost is in the `thread` switch. If the string is long (say 1,000,000 characters), copying it twice essentially all the cost is in the `thread` switch. If the string is long (say 1,000,000 characters), copying it twice
is probably not a good idea. is probably not a good idea.
Note that this argument has nothing to do with `sync` as such. It applies equally to considerations about whether to use Note that this argument has nothing to do with `async` as such. It applies equally to considerations about whether to use
message passing or shared memory. message passing or shared memory.
##### Enforcement ##### Enforcement