import { batch } from "https://deno.land/x/gamla@91.0.0/src/io.ts";
Queues the execute
function until the condition is met or maxWaitTime
has passed.
Once one of the above happens we flush the queue and run the execute functions
import { batch } from "https://deno.land/x/gamla@91.0.0/src/io.ts";
Queues the execute
function until the condition is met or maxWaitTime
has passed.
Once one of the above happens we flush the queue and run the execute functions