mgr

AI 编程助手,豆包旗下的编程助手,提供智能补全、智能预测、智能问答等能力,节省开发时间,释放脑海中的创造力,支持 VSCode,点击体验 AI

For easily managing slave processes.

mgr

Easier multithreading for Node.

Why?

Because multi-threaded node applications are unwieldy to work with, and I needed to work with them.

API

.job

Used by new child processes to expose functions (tasks) to parent processes.

It takes two arguments:

  • The name of the job (case sensitive).
  • A function to call when it's ready.
------ - --- - ---- -----

------------ ---- -- -- -
    -- -- -----
--

Jobs will only run when called by their parent process, and must always return a promise. If you've got a sweet Babel setup, I recommend using async functions. They're way nicer and crafted from unicorn tears.

------- -------- ----- ------ -- -
    -- ------
    ------ -- -- ------------- ------------
--

When a job finishes, the value is sent to the parent process (same goes for errors).

.Fork

Fork creates a new child node process and aims it at a file path you pass it. Any jobs declared by the child process can be run through Fork.

Paths must be absolute.

-- ------ --- ---- ------
------ - ---- - ---- -----

-- --- -------- ---- -- - --- -----
----- ---- - ----------------------------

-- ------ - --- --------
----- ----- - --- ----------

fork.run

Starts a job in the child process, returning a promise.

Job names are case-sensitive.

------------------ ----
    ------------------
    -------------- -- --------------- --------

If the job is expecting arguments, you can pass one immediately after the job name.

-------------------- -
  ----- -------- ------ ------ -----
  ------- --------- --- --------
---------------- -- --------------------

To keep stuff simple, only one argument is allowed.

Installing

From npm

- --- ------- --- ------

From GitHub

- --- ----- --------------------------------------
- -- ---
- --- -------
- --- --- -----

Running tests

First, install from GitHub. npm only has the compiled code.

Be sure to run the build first:

- --- -----
- --- --- -----

- --------- ----- --- --------
- --- --- ----- -- -------

Now you can run the tests.

- --- ----

mgr Abbreviation, "manager"

HomePage

https://github.com/PsychoLlama/mgr#readme

Repository

git+https://github.com/PsychoLlama/mgr.git

来源:JavaScript中文网 ,转载请联系管理员! 本文地址:https://www.javascriptcn.com/post/60066f451d8e776d08040f07


猜你喜欢

  • npm包mini-validator使用教程

    在前端开发中,数据校验是一个必不可少的部分。mini-validator是一个轻量级的npm包,可以帮助我们进行数据校验,本篇文章将详细介绍mini-validator的使用方法。

    4 年前
  • npm 包 mini-video 使用教程

    介绍 npm 包 mini-video 是一个基于 HTML5 视频标签的轻量级视频播放器,具有体积小、易用性强、兼容性好等特点。其使用简单,只需在网页中引入相关的文件,即可快速集成到网页中。

    4 年前
  • npm 包 mini.on 使用教程

    前言 在现代的前端开发中, npm 包已经成为前端程序员必备的工具。它们可以提高我们的生产力,并且帮助我们更加专注于业务代码的实现。今天我们要介绍的是一个小巧而强大的 npm 包 mini.on,用于...

    4 年前
  • npm 包 mindstate-plugin-mysql 使用教程

    前言 MySQL 是目前世界上最流行的关系型数据库管理系统之一,广泛应用于各个领域。在前端开发中,也经常需要使用到 MySQL 数据库来存储和管理数据。在使用 MySQL 数据库的时候,我们经常需要编...

    4 年前
  • npm 包 mindstate-plugin-postfix-virtual 使用教程

    在前端技术中,我们经常需要使用各种不同的 npm 包来帮助我们实现项目的需求。今天我们要介绍的是一个名为 mindstate-plugin-postfix-virtual 的 npm 包。

    4 年前
  • npm 包 mindstate-plugin-stats 使用教程

    npm 包 mindstate-plugin-stats 使用教程 mindstate-plugin-stats 是一个能够统计网页中不同元素状态的 npm 包。在前端开发过程中,我们通常需要对不同元...

    4 年前
  • npm 包 micro-udp 使用教程

    微型 UDP 是一个开源的 npm 包,用于轻量级的 UDP 数据报传输。它可以在前端和后端的 JavaScript 应用程序中使用,以帮助您在不同设备之间安全读写数据。

    4 年前
  • npm 包 micro-ui-badge 使用教程

    什么是 micro-ui-badge? micro-ui-badge 是一个基于 React 的 UI 组件,用于展示一个类似徽章的样式,用于显示当前状态或统计信息。

    4 年前
  • npm 包 micro-tpl 使用教程

    介绍 micro-tpl 是一个轻量级的 JavaScript 模板引擎,可以用于生成 HTML、XML 等各种文本格式。它非常小巧,只有不到 1KB 的代码大小,并且能够支持常见的模板语法,如 if...

    4 年前
  • npm 包 micro-ui-alert 使用教程

    引言 在前端开发中,我们通常需要在用户界面中增加警告框来提示用户某些信息。虽然警告框是非常常见的功能,但从头开始编写自己的警告框代码是非常耗时的。此时,一个活跃和有用的社区就是非常必要的,而 npm ...

    4 年前
  • npm 包 micro-toolkit-event-storage-mongo 使用教程

    micro-toolkit-event-storage-mongo 是一个基于 MongoDB 数据库的事件存储库,用于在微服务架构中存储事件信息。本文将介绍如何使用这个 npm 包,并提供示例代码和...

    4 年前
  • npm 包 micro-test 使用教程

    什么是 micro-test micro-test 是一个用于前端测试的 npm 包,它可以用于实现各种类型的测试,例如单元测试和端到端测试。此外,它还支持断言库的扩展,可以根据实际需要进行定制。

    4 年前
  • npm 包 mindmap.js 使用教程

    mindmap.js 是一个用于构建思维导图的 npm 包。它可以轻松地组织数据并以一种可视化的形式呈现出来。它使用纯 JavaScript 构建,并且可以与任何 JavaScript 框架一起使用,...

    4 年前
  • npm 包 mindmeld-poster 使用教程

    在前端开发中,经常需要将一些复杂的数据以可视化的形式呈现出来,比如数据分析报告和网络拓扑图等。而 mindmeld-poster 就是一款可以将 MindMeld 的交互式图表转换为静态图像的 npm...

    4 年前
  • npm 包 mindmup-mapjs 使用教程

    在前端开发中,我们常常需要进行数据可视化以及协同编辑。这时候,mind map 是一个非常不错的选择。而 mindmup-mapjs 这个 npm 包,可以让我们快速地实现一个 mind map 的功...

    4 年前
  • npm 包 mini-wysiwyg 使用教程

    在前端开发中,我们经常会用到所谓的 WYSIWYG(所见即所得)编辑器,以方便用户直接在页面上编辑内容。而 mini-wysiwyg 就是一个小巧、易用的 WYSIWYG 编辑器,它可以方便地集成到我...

    4 年前
  • npm 包 mini_plunk 使用教程

    概述 mini_plunk 是一个 npm 包,用于在线展示代码的工具,支持多种语言和不同库。本文将详细介绍它的使用方法及其指导意义。 安装 使用 npm 安装 mini_plunk: --- ---...

    4 年前
  • npm 包 mimosa-bless 使用教程

    介绍 在前端开发中,CSS 是必不可少的一部分。然而,CSS 文件在大型 Web 项目中经常成为性能瓶颈。由于 CSS 样式表文件的大小和数量,浏览器必须下载的内容量可以随着时间的推移不断增加,从而降...

    4 年前
  • npm 包 mimosa-browserify 使用教程

    随着前端开发的发展,我们对于 JavaScript 代码的复杂性和可维护性的要求也越来越高。其中,模块化开发是提高代码复用和管理效率的重要方法之一。而 npm 和 browserify 是前端模块化开...

    4 年前
  • npm 包 mimosa-build-task 使用教程

    简介 mimosa-build-task 是一个基于 Mimosa 的构建任务插件。Mimosa 是一个前端构建工具,它提供了一些构建任务插件,包括 mimosa-build。

    4 年前

相关推荐

    暂无文章