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
I couldn't find any documentation about thread-safety of any class/interface in kotlinx-io.
I am particularly interested in in thread safety of Sink::write from SystemFileSystem.sink().buffered(), but I believe it would be beneficial to add explicit remarks into kdoc about thread-safety of Sink, Source, Buffer, etc.
The text was updated successfully, but these errors were encountered:
I couldn't find any documentation about thread-safety of any class/interface in kotlinx-io.
I am particularly interested in in thread safety of
Sink::write
fromSystemFileSystem.sink().buffered()
, but I believe it would be beneficial to add explicit remarks into kdoc about thread-safety of Sink, Source, Buffer, etc.The text was updated successfully, but these errors were encountered: