Add link from README to example

This commit is contained in:
Andreas Herrmann 2018-02-07 11:55:15 +01:00
parent 1723990fb7
commit fd2c60230b

View File

@ -35,6 +35,11 @@ main = do
spawn "someAddress" (static hello `cap` name)
```
An example of sending static pointers and closures
through a communication channel is provided under
[examples/ClientServer.hs](examples/ClientServer.hs)
in the source repository.
`distributed-closure` does not implement sending/receiving/spawning
closures - that's left for higher-level frameworks. Only closure
creation, composition and (de)serialization.