#Issuer Example
A code example in Elxir showing separation of functional and imperative code.
Prepared for the Elixir London Talk Feb 2016
Problem: A database can only take one query at a time but we want to be able to queue requests and have the database processes them one at a time.