Function Reactor.call

Schedule a callback for out of bounds immediate execution.

Reactor.TimerHandle call(alias F) (
  Parameters!F params
) nothrow @nogc @safe;

Reactor.TimerHandle call(T) (
  T dg
) nothrow @nogc @safe;

For all intents and purposes, call is identical to registerTimer with an expired timeout.