yorkie / process-once.node

The `pthread_once(3)` binding to the Node.js community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

process-once.node

The pthread_once(3) binding to the Node.js community.

Installation

$ npm install process-once.node --save

Example

const once = require('process-once.node');
once(() => {
  // run this function once in this process
});

Purposes

  1. this package is for learning how pthread_once works.
  2. this package is experimental and could be replaced with simple call function directly.

License

MIT

About

The `pthread_once(3)` binding to the Node.js community.


Languages

Language:C++ 71.3%Language:JavaScript 19.5%Language:Python 9.2%