Aborts the driver so that no more callbacks can be made to the executor. The semantics of abort and stop have deliberately been separated so that code can detect an aborted driver (i.e., via the return status of ExecutorDriver#join, see below), and instantiate and start another driver if des
()
| 61 | * @see Status |
| 62 | */ |
| 63 | public Status abort(); |
| 64 | |
| 65 | /** |
| 66 | * Waits for the driver to be stopped or aborted, possibly |
no outgoing calls