Lines Matching full:asynchronous
32 // Uses |task_runner| for asynchronous operations.
45 // Uses |task_runner| for asynchronous operations.
69 // automatically closed when FileStream is destructed in an asynchronous
86 // It is invalid to request any asynchronous operations while there is an
87 // in-flight asynchronous operation.
101 // It is invalid to request any asynchronous operations while there is an
102 // in-flight asynchronous operation.
129 // asynchronous read in progress. That will cancel the read and allow
132 // It is invalid to request any asynchronous operations while there is an
133 // in-flight asynchronous operation.
169 // asynchronous write in progress. That will cancel the write and allow
172 // It is invalid to request any asynchronous operations while there is an
173 // in-flight asynchronous operation.
212 // asynchronous flush in progress. That will cancel the flush and allow
215 // It is invalid to request any asynchronous operations while there is an
216 // in-flight asynchronous operation.
253 // to perform asynchronous operations because FileStream can be destroyed