rittenhop-dev/versions/5.94.2/node_modules/bthreads/process.js
2024-09-23 19:40:12 -04:00

10 lines
212 B
JavaScript

/*!
* process.js - worker threads for javascript
* Copyright (c) 2019, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bthreads
*/
'use strict';
module.exports = require('./lib/process');