Skip to content

Commit 0454e6e

Browse files
committed
added reference to 'Reactor, Channels .. ' paper.
1 parent 336d737 commit 0454e6e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

notes/papers.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CSP for scala: implementation, papers, ect ..
1515
* ACP (Algebra of Communicated Processes) for scala: https://code.google.com/p/subscript/
1616

1717
* Minimalistics implementation of clojure core-async in scala: http://blog.podsnap.com/scasync.html
18+
(related code: https://github.com/ververve/channels )
1819

1920
* implementation over hawtdipath: https://github.com/oplohmann/CoSelect.Scala
2021

@@ -31,5 +32,25 @@ Related
3132
3233
```
3334

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+
3455
------------------
3556
part of [scala-gopher](https://github.com/rssh/scala-gopher)

0 commit comments

Comments
 (0)