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
channel: unbounded: synchronize receiver disconnect with initialization
We must take into account the case where the channel has messages in the
block pointed to by `tail` but the head is still pointing to a null
pointer. This can happen with two concurrent senders if one gets
preempted during initialization.
Signed-off-by: Petros Angelatos <[email protected]>
0 commit comments