File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,10 +219,9 @@ table* associating the symbolic name of a function to its value. Processes can
219
219
only be successfully spawned on remote nodes of all these remote nodes have
220
220
the same remote table as the local one.
221
221
222
- We need to configure our remote table (see the [ API documentation] [ 2 ]
223
- for ` Control.Distributed.Process.Closure ` for more details) and the
224
- easiest way to do this, is to let the library generate the relevant
225
- code for us. For example:
222
+ We need to configure our remote table (see the [ API reference] [ 6 ] for
223
+ more details) and the easiest way to do this, is to let the library
224
+ generate the relevant code for us. For example:
226
225
227
226
{% highlight haskell %}
228
227
sampleTask :: (TimeInterval, String) -> Process ()
@@ -290,3 +289,4 @@ different ways:
290
289
[ 3 ] : /static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Async.html
291
290
[ 4 ] : /static/doc/distributed-process-platform/Control-Distributed-Process-Platform-ManagedProcess.htmlv:callAsync
292
291
[ 5 ] : http://hackage.haskell.org/packages/archive/distributed-process/latest/doc/html/Control-Distributed-Process-Internal-Primitives.html#t:Match
292
+ [ 6 ] : http://hackage.haskell.org/packages/archive/distributed-process/latest/doc/html/Control-Distributed-Process-Closure.html
You can’t perform that action at this time.
0 commit comments