diff options
Diffstat (limited to 'Channels/README.md')
| -rw-r--r-- | Channels/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Channels/README.md b/Channels/README.md new file mode 100644 index 0000000..7d19f2b --- /dev/null +++ b/Channels/README.md @@ -0,0 +1,19 @@ +# Channels + +Limbo supports concurrent communication and synchronization between processes via channels and a few structures working in tandem with channels. + +The design for channels is inspired primarily by "Communicating Sequential Processes" (CSP) by Tony Hoare. + +Further reading on CSP: http://www.usingcsp.com/cspbook.pdf + +## Source + + + +## Demo + + + +## Exercises + +- |
