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
Today if you create a (reader, writer) pair for streams/futures if the writer is dropped before the reader then when the reader is dropped it'll use the close-readable intrinsic. I think this will raise a trap thoug as it's actually a writable end, not a readable end.
The text was updated successfully, but these errors were encountered:
Today if you create a (reader, writer) pair for streams/futures if the writer is dropped before the reader then when the reader is dropped it'll use the
close-readable
intrinsic. I think this will raise a trap thoug as it's actually a writable end, not a readable end.The text was updated successfully, but these errors were encountered: