add event and pool structures

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-24 02:44:07 +02:00
parent a84450fc23
commit 513e4d3f99
3 changed files with 52 additions and 0 deletions

View file

@ -9,3 +9,5 @@ export { log_from, next, split_promise, wait } from "./lib/utils.ts";
export { Chain } from "./lib/Chain.ts";
export { Channel } from "./lib/Channel.ts";
export { Range, range } from "./lib/Range.ts";
export { Event } from "./lib/Event.ts";
export { AsyncPool } from "./lib/AsyncPool.ts";