Initiates an orderly shutdown. Previously submitted tasks are executed, but no new tasks will be accepted.
()
| 167 | * executed, but no new tasks will be accepted. |
| 168 | */ |
| 169 | void shutdown(); |
| 170 | |
| 171 | /** |
| 172 | * Shuts down the pool. Equivalent to {@link #shutdown()}. |
no outgoing calls