Class: AsyncLogic

AsyncLogic(child)

new AsyncLogic(child)

The root async logic environment which should be instantiated around any Async logical operators
Parameters:
Name Type Description
child AsyncOr | AsyncAnd | AsyncNot The root operator for an async logic operator
Source:

Methods

(async) compute()

The method to call to execute the comparison and return the appropriate reference value.
Source: