async-errors

Code for Kyiv Clojure Meetup talk "Error handling with core.async"

EPL-1.0 License

Stars
7

asyncerr

Code for Kyiv Clojure Meetup talk "Error handling with core.async"

22 Oct, 2014

Usage

Run server:

$ lein run
Running server on :5031

Open REPL and switch to asyncerr.core namespace:

$ lein repl
asyncerr.server=> (in-ns 'asyncerr.core)
#<Namespace asyncerr.core>
asyncerr.core=>

Execute core line by line and have fun!

License

Copyright © 2014 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.