worker: add Locks API by devsnek · Pull Request #22719 · nodejs/node

@devsnek added wip

Issues and PRs that are still a work in progress.

worker

Issues and PRs related to Worker support.

labels

Sep 5, 2018

@nodejs-github-bot nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

lib / src

Issues and PRs related to general changes in the lib or src directory.

labels

Sep 5, 2018

mscdex

mscdex

TimothyGu

benjamingr

addaleax

mcollina

jasnell

jasnell

jasnell

jasnell

@devsnek

@devsnek

@devsnek

TimothyGu

@devsnek

@addaleax addaleax added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Sep 16, 2018

targos pushed a commit to addaleax/node that referenced this pull request

Dec 14, 2020
This is based upon nodejs#22719
and exposes the same API. Instead of a C++-backed approach,
this variant implements the API mostly in JS.

Refs: nodejs#22719
Co-authored-by: Gus Caplan <me@gus.host>

debadree25 pushed a commit to debadree25/node that referenced this pull request

Apr 15, 2023
This is based upon nodejs#22719
and exposes the same API. Instead of a C++-backed approach,
this variant implements the API mostly in JS.

Refs: nodejs#22719
Co-authored-by: Gus Caplan <me@gus.host>