process method
Process an incoming task
Implementation
@override
Future<WorkerResponse> process(WorkerTask task) {
return task.run(this);
}
Process an incoming task
@override
Future<WorkerResponse> process(WorkerTask task) {
return task.run(this);
}