createAwaiter

Type: function
Creates an awaitable locker with the specified count of countdowns which can be later unlocked, and stored in the payload at a given key on the current payload. This is implemented under the hood by a java.util.concurrent.CountDownLatch.

Body

function(payload,key,count){...}

Classpath

Children