defaultLoop

Returns the event loop used by default. If an event loop wasn't set with $(D_PSYMBOL defaultLoop) before, $(D_PSYMBOL defaultLoop) will try to choose an event loop supported on the system.

  1. Loop defaultLoop [@property getter]
    @property @nogc
    defaultLoop
    ()
  2. void defaultLoop [@property getter]

Return Value

Type: Loop

The default event loop.

Meta