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
We should have a page that describes the performance considerations of file IO in asynchronous applications. In particular we should discuss the File object, the fs::read function and using the std File in spawn_blocking.
We should have a page that describes the performance considerations of file IO in asynchronous applications. In particular we should discuss the
File
object, thefs::read
function and using the stdFile
inspawn_blocking
.Related: tokio#2700.
The text was updated successfully, but these errors were encountered: