-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
const counter = metasync
.count(5)
.timeout(2000)
.done(err => {
/* timed out or done */
});
counter(4);
counter(-2);
counter(10);
// now value = 12 but > 5 and we will call 'done'
@nechaido please assign to somebody