Skip to content

Commit 8c38a70

Browse files
authored
Update README.md
1 parent ff028f9 commit 8c38a70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,11 @@ Experiment to reproduce Erlang style processes in browser. The api follows the o
7474
* `demonitor(ref)` - Removes the monitor
7575

7676
* `ProcessSystem.run(fun, args, context = null)` - A static generator function used to wrap a normal function or generator. If fun is a function, it returns the value, if it's a generator, then it delegates yielding to the generator.
77+
78+
## References
79+
80+
* [Er.js](https://github.com/orph/erjs)
81+
* [Erlang Processes](http://erlang.org/doc/reference_manual/processes.html)
82+
* [ES6 Generators Deliver Go Style Concurrency](http://swannodette.github.io/2013/08/24/es6-generators-and-csp)
83+
* [http://joearms.github.io/2013/04/02/Red-and-Green-Callbacks.html](http://joearms.github.io/2013/04/02/Red-and-Green-Callbacks.html)
84+

0 commit comments

Comments
 (0)