Fork me on GitHub
#core-async
<
2018-10-06
>
benzap18:10:33

@fabrao of course! core.async offers another way to deal with async. You could write a logger using callbacks, promises, or async channels. People who use core.async would argue that using channels is more elegant and is more flexible.