今日踩坑:

Windows 平台上 <std::fs::File as Write>::write_vectored 是使用的 Write 的默认实现,只会尝试写入第一个非空输入缓冲区中的内容,之后的缓冲区不会被使用
 
 
Back to Top