Skip to main content
Module

x/easyts/sync/mod.ts

js library written with ts, use select and chan like golang in js.
import * as easyts from "https://deno.land/x/easyts@0.1.0/sync/mod.ts";

Classes

an object that will perform exactly one action.

a mutual exclusion lock.

an object that will perform exactly one action.

a reader/writer mutual exclusion lock.

A WaitGroup waits for a collection of async process to finish.

Interfaces

A Locker represents an object that can be locked and unlocked.