Skip to main content
Module

x/reservator/mod.ts

🦕 Reservator is used to reserve resources or events with unique keys, and wait for them to be resolved or rejected.
Latest
import * as reservator from "https://deno.land/x/reservator@v1.0.1/mod.ts";

Classes

An error indicating that a reservation with the given key already exists.

An error indicating that no reservation with the given key exists.

A class representing a Reservator which can reserve and resolve a value with a given key.