Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/