Function OnDemandWorkerFunc.run

Trigger an execution of the worker.

void run () nothrow @nogc @safe;

void run (
  ParameterTypeTuple!F args
) nothrow @nogc @safe;

If the worker is already executing, this will cause it to execute again once it completes. Otheriwse, opens a new fiber and starts executing.