import { batch } from "https://deno.land/x/gamla@89.0.0/src/index.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@89.0.0/src/index.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