DefferedContainer.executioner - multiple declarations

Function DefferedContainer.executioner

Set executioner

typeof(this) executioner (
  DefferredExecutioner executioner
) pure nothrow @safe;

Parameters

NameDescription
executioner the executioner that stores and executed deffered actions.

Returns

typeof(this)

Function DefferedContainer.executioner

Get executioner

DefferredExecutioner executioner () pure nothrow @safe;

Returns

DefferredExecutioner