awaitFor

Type: function
Waits for up to ms for the awaiter at the specified key. If there is no awaiter at that key, this function returns immediately.

Body

AwaitHelper.awaitFor(getImplicitOptionalPayload().filter(function(p){ return p !== undefined; }),key,ms);

Classpath

Children