createAwaiter

Type: function
Creates an awaitable locker waiting for 1 countdown 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){...}

Classpath

Children