Function AsyncChainer.opDispatch

opDispatch override that provides a mechanisim for wrapped chaining of the inner object.

Prototype

AsyncChainer!T opDispatch(string func, Args...)(
  Args args
);