Type: function
Waits indefinitely for the awaiter at the given key. If there is no awaiter at that key, this function returns immediately.
Body
AwaitHelper.await(getImplicitOptionalPayload().filter(function(p){ return p !== undefined; }),key);
Classpath
Children