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
The C stream interface has the method get_next that mutates the producer side.
We do not mention whether there is some kind of thread safety associated to such interface. For example, can the interface be shared between two threads and both call get_next at the same time?