Using core.async for Producer-consumer Systems
# Set up input file
repeat 10000 echo "." >> input
# Run inline
time lein run inline < input > output
# Run async
time lein run inline < input > output
Copyright © 2014 Elben Shira
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.