public IActionDispatcher GetCurrentThreadDispatcher()
 {
     return(_inner.GetCurrentThreadDispatcher());
 }
Example #2
0
 public IActionDispatcher GetCurrentThreadDispatcher()
 {
     return(_workerPool.GetCurrentThreadDispatcher());
 }