The base constructor which handles the optional creation of ManualEvent used in the case where this member of the AsyncChain has a delay (or depends on something with a delay).
Delayed constructor creates an AsyncChainer chain member which waits for the specified delay before resolving the current and next members of the chain.
Utility method for chaining. Returns a new child member of the chain.
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch override that provides a mechanisim for wrapped chaining of the inner object.
AsyncChainer is a utility for exposing methods that can help chain actions with various delays/resolving patterns.