Socket
Socket
Sign inDemoInstall

multithread

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multithread

Multithread for Node


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

multithread

multithread is a Node.js module for running multiple threads in one node process.

While the main thread has access to all Node extensions, worker threads can only access basic V8 APIs and some methods of the console object. Interactions between the main thread and worker threads are done via parameters and return values - see test.js and testWorker.js for example. Alternatively, the multithread module provides a implementation for cross-isolate shared variables, which can also be used.

This module is in active development and I will be happy to accept new pull requests.

Keywords

FAQs

Package last updated on 05 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc