DefferredExecutionerAware.executioner - multiple declarations

Function DefferredExecutionerAware.executioner

Set executioner

abstract DefferredExecutionerAware executioner (
  DefferredExecutioner executioner
) pure nothrow @property @safe;

Parameters

NameDescription
executioner the executioner used to deffer actions for a later time

Returns

typeof(this)

Function DefferredExecutionerAware.executioner

Get executioner

abstract DefferredExecutioner executioner () pure nothrow @property @safe;

Returns

DefferredExecutioner