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 17bf571 commit 753d744Copy full SHA for 753d744
tutorials/1ch.md
@@ -281,8 +281,8 @@ In the above example, we spawn `sampleTask` on node `us` in two
281
different ways:
282
283
* using `spawn`, which expects some node identifier to spawn a process
284
- on along for the action of the process.
285
* using `spawnLocal`, a specialization of `spawn` to the case when the
+ on along with a `Closure` for the action of the process.
286
node identifier actually refers to the local node (i.e. `us`). In
287
this special case, no serialization is necessary, so passing an
288
action directly rather than a `Closure` works just fine.
0 commit comments