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
Async support would be nice to have, especially for large CFB files because IO can take a significant amount of time in that case.
Currently, this issue can be worked around using Tokio's block_in_place function, but proper async support that uses the AsyncRead, AsyncWrite and AsyncSeek traits would be the best solution in the long run.
The text was updated successfully, but these errors were encountered:
Async support would be nice to have, especially for large CFB files because IO can take a significant amount of time in that case.
Currently, this issue can be worked around using Tokio's
block_in_place
function, but proper async support that uses theAsyncRead
,AsyncWrite
andAsyncSeek
traits would be the best solution in the long run.The text was updated successfully, but these errors were encountered: