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)
  2. TimerHandle call(T dg)
    struct Reactor
    nothrow @safe @nogc
    call
    (
    T
    )
    (
    T dg
    )

Meta