Fork me on GitHub
#core-async
<
2016-04-09
>
royalaid00:04:20

Why delay though?

angusiguess00:04:58

impl.dispatch/executor takes an derefs a delay.

angusiguess00:04:23

I imagine so it doesn’t spawn a new executor every time you eval the file

angusiguess00:04:51

Also delay will cache so it should guarantee only-once evaluation.