Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.async by

This code

(a/<!! (a/map vector []))

will hang the current thread.

Would be nice if there was a check for the empty chs argument to a/map or at least a docstring mention, given how easy it is to fall into this trap by using e.g. filter in place of the [] above.

1 Answer

0 votes
by
...