Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flbulgarelli/patrones-comunicacion
https://github.com/flbulgarelli/patrones-comunicacion
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flbulgarelli/patrones-comunicacion
- Owner: flbulgarelli
- Created: 2014-05-18T20:01:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-18T20:13:47.000Z (over 10 years ago)
- Last Synced: 2024-10-17T14:28:11.744Z (29 days ago)
- Language: Elixir
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ejemplos de patrones de comunicacion:
* Paso de mensajes:
* Sinronicos: Ruby
* Asincronicos: Elixir
* Corutinas:
* Corutinas: Ruby
* Generadores: Python
* Compracion con evaluacion diferida: Haskell
* Memoria compartida (C y Java)
* Eventos (nodejs)
* Continuaciones (Groovy, Haskell, Nodejs)
* Excepciones (Scala, Elixir)
* Call and return (Groovy)
* Monadico Haskell