Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-05-07 00:36:10 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-05-11 19:56:42 +0300
commit548cedd870fb9f66394fb2af0877f9564db2615c (patch)
tree0c5515fe05f0406b2277a403ed7f514beb95e192 /node.gyp
parentad8680773e7cfecf6c90b97e055eb92dd886c667 (diff)
src: split out callback queue implementation from Environment
This isn’t conceptually tied to anything Node.js-specific at all. PR-URL: https://github.com/nodejs/node/pull/33272 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 3dadad15c9e..961164ac320 100644
--- a/node.gyp
+++ b/node.gyp
@@ -642,6 +642,8 @@
'src/base_object.h',
'src/base_object-inl.h',
'src/base64.h',
+ 'src/callback_queue.h',
+ 'src/callback_queue-inl.h',
'src/connect_wrap.h',
'src/connection_wrap.h',
'src/debug_utils.h',