shutdown abstract method

void shutdown()

Shuts down the compute pool. Submitting new work will result in an error future being returned

Note: Non-started work may be cancelled (but this is not guaranteed) and the future will return an error Note: Currently running work may or may not be cancelled with an error

Implementation

void shutdown();