Closed nitely closed 1 week ago
usage:
let lt = newLimiter(100) while someCond: await lt.spawn myFut await lt.join()
to-do maybe implement spawnCheck:
let lt = newLimiter(int.high) while someCond: lt.spawnCheck myFut await lt.join()
usage:
to-do maybe implement spawnCheck: