Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/froebel/queue.ts

A strictly typed utility library.
Latest
import * as froebel from "https://deno.land/x/froebel@v0.23.2/queue.ts";

Variables

Creates a queue function that accepts a function as it's only parameter. When queue is invoked, the passed in function is executed after the last function passed to queue has finished executing. The queue function returns the result of the passed in function asynchronously.