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

function(key,ms){
        AwaitHelper.awaitFor(implicitPayload,key,ms);
      }

Classpath

Children