createAwaiter

Type: function
Creates an awaiter on the current payload at the given key.

Body

function(key,count){
        var c = count;
        if (c === undefined){
          c = 1
        }
        AwaitHelper.createAwaiter(implicitPayload,key,c);
      }

Classpath

Children