defaultLoop

Sets the default event loop.

This property makes it possible to implement your own backends or event loops, for example, if the system is not supported or if you want to extend the supported implementation. Just extend $(D_PSYMBOL Loop) and pass your implementation to this property.

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

Parameters

loop Loop

The event loop.

Meta