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
Only (non-positional) scatter-gather IO is supported in the std lib via the Write::write_vectored trait interface, but this is not good enough for our use case as we'll need to perform 2 syscalls for every write: seek and writev.
Only (non-positional) scatter-gather IO is supported in the std lib via the
Write::write_vectored
trait interface, but this is not good enough for our use case as we'll need to perform 2 syscalls for every write:seek
andwritev
.The text was updated successfully, but these errors were encountered: