https://github.com/jwarwick/elixir_recv_test
Sample code to test Elixir's receive behavior
https://github.com/jwarwick/elixir_recv_test
Last synced: 4 months 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T18:10:26.000Z (almost 13 years ago)
- Last Synced: 2024-12-30T21:26:46.661Z (over 1 year ago)
- Language: Elixir
- Size: 102 KB
- Stars: 1
- Watchers: 2
- 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/