shutdownNow abstract method

Future<void> shutdownNow()

Kill the spawned process immediately irrespective of weather the current inputs are processed or not.

Implementation

Future<void> shutdownNow();