File async APIs #63153
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
This should be the exact reason. There was proposal for asynchronous filesystem, instead of file. However, there lacks platform support. As far I can search, the "mobile" OSes (Android, iOS, WinRT) provide some sort of async filesystem (at least |
Beta Was this translation helpful? Give feedback.
-
Unfortunately the OSes that we support don't provide a way to asynchronously open a file, not to mention other operations. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sure this question was asked before, but I couldn't find anything. Is there a plan to make all file APIs available in async mode? I'm talking about:
I read somewhere that the problem is unavailability of such APIs in Windows and potentially other OSes. Is there an update from the Windows team on making this available? Can we get "fake" ones for now, to replace with "real" calls later?
Beta Was this translation helpful? Give feedback.
All reactions