shutdownNow abstract method
Kill the spawned process immediately irrespective of weather the current inputs are processed or not.
Implementation
Future<void> shutdownNow();
Kill the spawned process immediately irrespective of weather the current inputs are processed or not.
Future<void> shutdownNow();