mirror of
https://github.com/tweag/distributed-closure.git
synced 2024-11-28 23:03:44 +03:00
Add link from README to example
This commit is contained in:
parent
1723990fb7
commit
fd2c60230b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user