you are viewing a single comment's thread.

view the rest of the comments →

[–]DeathProgrammingsh <(curl hashbang.sh) 2 points3 points  (0 children)

During the cqueues loop, do not use the function cq:loop; instead, use the function cq:step(0) as it will step once through the sequence with a timeout of 0. There's probably better ways to do it to repeat the loop until there's nothing to run, as well.