Delayed constructor creates an AsyncChainer chain member which waits for the specified delay before resolving the current and next members of the chain.
the object to wrap for chaining
a duration to delay before resolving
the parent member in the chain to depend on before resolving
See Implementation
Delayed constructor creates an AsyncChainer chain member which waits for the specified delay before resolving the current and next members of the chain.