Waits for async writes to finish.
(self)
| 328 | raise NotImplementedError(type(self)) |
| 329 | |
| 330 | def wait_until_finished(self): |
| 331 | """Waits for async writes to finish.""" |
| 332 | raise NotImplementedError(type(self)) |
| 333 | |
| 334 | def restore_from_dir( |
| 335 | self, |
no outgoing calls