1.2.0 • Published 6 years ago

rosmaro-process-wide-lock v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Process-wide lock for Rosmaro

This package provides process-wide, in-memory locks for Rosmaro. They are useful in situation where a Rosmaro model is used only by one process (like development environments or the browser).

Usage

const make_lock = require('rosmaro-process-wide-lock')
const lock = make_lock()

Installing

$ npm i rosmaro-process-wide-lock --save
1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.1

7 years ago