await

Type: function
Waits indefinitely for the awaiter at the given key. If there is no awaiter at that key, this function returns immediately.

Body

function(key){
        AwaitHelper.await(implicitPayload,key);
      }

Classpath

Children