UNPKG

ciorent

Version:

A lightweight, low-overhead concurrency library

22 lines 536 B
{ "name": "ciorent", "version": "0.4.4", "description": "A lightweight, low-overhead concurrency library", "homepage": "https://ciorent.netlify.app", "repository": { "type": "github", "url": "https://github.com/re-utils/ciorent" }, "keywords": ["low-overhead", "lightweight", "concurrency", "cross-runtime"], "license": "MIT", "type": "module", "main": "./index.js", "types": "./index.d.ts", "exports": { "./queue": "./queue.js", "./fiber": "./fiber.js", "./stream": "./stream.js", ".": "./index.js", "./semaphore": "./semaphore.js" } }