示例#1
0
 internal async Task ExecuteAsync(WorkerTask workerTask)
 {
     await _executeFunc(workerTask);
 }