You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the go-for macro with nested loops, core.async can trigger a "too many pending puts" assertion. This shouldn't happen, values should be produced lazily.
The text was updated successfully, but these errors were encountered:
TimoKramer
pushed a commit
to TimoKramer/superv.async
that referenced
this issue
May 26, 2021
When using the
go-for
macro with nested loops,core.async
can trigger a "too many pending puts" assertion. This shouldn't happen, values should be produced lazily.The text was updated successfully, but these errors were encountered: