Function withConstructionDefferring

Wrap a configuration context into a defferring construction context.

auto auto withConstructionDefferring(T) (
  T context,
  string executionerIdentity
);

auto auto withConstructionDefferring(T) (
  T context
);

Parameters

NameDescription
context the context to be wrapped up into.
executionerIdentity the identity of executioner that is searched in factory locator to be used for defferring the construction

Returns

DefferredConstructionContext!T