Sequential.stop

Stops the provider.

If there is a task executing currently then it will finish, any other submitted tasks will not be run.

This method will hang till said task has finished executing.

class Sequential
void
stop
()

Throws

GuillotineException on error stopping the worker

Meta