Wait blocks until the whole batch is executed.
()
| 482 | |
| 483 | // Wait blocks until the whole batch is executed. |
| 484 | Wait() error |
| 485 | |
| 486 | // Err returns the last error that happened while executing the batch (or nil |
| 487 | // if no error happened). |
no outgoing calls