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
if I understand correctly, when there is a pending taker when an offer happens, the state does not increment the size. However, when _take ultimately gets called, it does decrement the size in the state. So when offer is called when a taker is pending, size gets decremented by 1 once both effects have finished executing, instead of getting incremented then decremented.
armanbilge
added a commit
to armanbilge/cats-effect
that referenced
this issue
Nov 18, 2024
Output:
(Run on CE 3.6-ecf93db)
The text was updated successfully, but these errors were encountered: