Class AsyncChainer

Inherits from

  • Object (base class)

Constructors

Name Description
this 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).
this Delayed constructor creates an AsyncChainer chain member which waits for the specified delay before resolving the current and next members of the chain.

Fields

Name Type Description
ignoreFailure bool
obj T
parent AsyncChainer!T
resolveEvent ManualEvent

Methods

Name Description
after Utility method for chaining. Returns a new child member of the chain.
call
maybe
opDispatch opDispatch override that provides a mechanisim for wrapped chaining of the inner object.