Async file system abstractions #2002
Labels
Azure.Core
The azure_core crate
Client
This issue points to a problem in the data-plane of the library.
design-discussion
An area of design currently under discussion and open to team and community feedback.
Related to #1652 and as brought up in #1997, we probably need to create async file system abstractions as well because we do enough file IO e.g., in
azure_identity
, that we can't pin to a specific async runtime liketokio
orasync-std
.The text was updated successfully, but these errors were encountered: