Returns a LocalWriteFile with io_uring enabled
| 142 | |
| 143 | /// Returns a LocalWriteFile with io_uring enabled |
| 144 | virtual std::unique_ptr<WriteFile> openAsyncFileForWrite( |
| 145 | std::string_view path, |
| 146 | const FileOptions& options = {}) { |
| 147 | BOLT_UNSUPPORTED("openAsyncFileForWrite not implemented"); |
| 148 | } |
| 149 | #endif |
| 150 | |
| 151 | /// Deletes the file at 'path'. Throws on error. |
no outgoing calls