@@ -15,6 +15,7 @@ CSP for scala: implementation, papers, ect ..
15
15
* ACP (Algebra of Communicated Processes) for scala: https://code.google.com/p/subscript/
16
16
17
17
* Minimalistics implementation of clojure core-async in scala: http://blog.podsnap.com/scasync.html
18
+ (related code: https://github.com/ververve/channels )
18
19
19
20
* implementation over hawtdipath: https://github.com/oplohmann/CoSelect.Scala
20
21
@@ -31,5 +32,25 @@ Related
31
32
32
33
```
33
34
35
+ ```
36
+ @inproceedings{Prokopec:2015:ICE:2814228.2814245,
37
+ author = {Prokopec, Aleksandar and Odersky, Martin},
38
+ title = {Isolates, Channels, and Event Streams for Composable Distributed Programming},
39
+ booktitle = {2015 ACM International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software (Onward!)},
40
+ series = {Onward! 2015},
41
+ year = {2015},
42
+ isbn = {978-1-4503-3688-8},
43
+ location = {Pittsburgh, PA, USA},
44
+ pages = {171--182},
45
+ numpages = {12},
46
+ url = {http://doi.acm.org/10.1145/2814228.2814245},
47
+ doi = {10.1145/2814228.2814245},
48
+ acmid = {2814245},
49
+ publisher = {ACM},
50
+ address = {New York, NY, USA},
51
+ keywords = {actors, distributed, event streams, isolates},
52
+ }
53
+ ```
54
+
34
55
------------------
35
56
part of [ scala-gopher] ( https://github.com/rssh/scala-gopher )
0 commit comments