DeferralContext

Context for configuration actions that were delayed. Automatically will run them once the original component requested is fetched back.

Members

Functions

execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.
register
typeof(this) register(void delegate() @(safe) deferred)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
track
void track()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

pending
bool pending [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta