Lines Matching full:asynchronous
32 // Uses |task_runner| for asynchronous operations.
38 // Uses |task_runner| for asynchronous operations.
57 // automatically closed when FileStream is destructed in an asynchronous
66 // It is invalid to request any asynchronous operations while there is an
67 // in-flight asynchronous operation.
77 // returned. It is invalid to request any asynchronous operations while there
78 // is an in-flight asynchronous operation.
94 // asynchronous read in progress. That will cancel the read and allow
97 // It is invalid to request any asynchronous operations while there is an
98 // in-flight asynchronous operation.
116 // asynchronous write in progress. That will cancel the write and allow
119 // It is invalid to request any asynchronous operations while there is an
120 // in-flight asynchronous operation.
132 // It is invalid to request any asynchronous operations while there is an
133 // in-flight asynchronous operation.
151 // asynchronous flush in progress. That will cancel the flush and allow
154 // It is invalid to request any asynchronous operations while there is an
155 // in-flight asynchronous operation.
164 // to perform asynchronous operations because FileStream can be destroyed