Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (27 loc) · 798 Bytes

readme.md

File metadata and controls

45 lines (27 loc) · 798 Bytes

moved

moved to https://github.com/milahu/gnumake-tokenpool

gnumake-jobclient-js

javascript client for the GNU make jobserver

install

npm install @milahu/gnumake-jobclient

or

npm install github:milahu/gnumake-jobclient-js

usage

import { JobClient } from '@milahu/gnumake-jobclient';

const jobClient = JobClient();

const token = jobClient.acquire();

// do some work

jobClient.release(token);

see also test/test.mjs

similar projects

related