Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwarwick/elixir_recv_test
Sample code to test Elixir's receive behavior
https://github.com/jwarwick/elixir_recv_test
Last synced: about 6 hours ago
JSON representation
Sample code to test Elixir's receive behavior
- Host: GitHub
- URL: https://github.com/jwarwick/elixir_recv_test
- Owner: jwarwick
- Created: 2013-07-06T18:09:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T18:10:26.000Z (over 11 years ago)
- Last Synced: 2023-04-13T20:27:16.663Z (over 1 year ago)
- Language: Elixir
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Receive Test
Sample code to test the behavior of Elixir's `receive` block. Inspired by Benjamin Tan's
blog post: http://benjamintanweihao.github.io/blog/2013/07/04/elixir-for-the-lazy-impatient-and-busy-part-3-processes-101/