Reactor.call

Schedule a callback for out of bounds immediate execution.

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

  1. TimerHandle call(Parameters!F params)
    struct Reactor
    nothrow @safe @nogc
    call
    ()
    (
    Parameters!F params
    )
  2. TimerHandle call(T dg)

Meta