Fork me on GitHub
#core-async
<
2018-08-31
>
leontalbot18:08:08

is there a convention for naming a fn that returns the result in channel?

jimbob20:08:52

no set convention but i think its a good idea. we use a trailing > to denote it returns a channel or thread

👍 4