Skip to content

Commit 9b6270a

Browse files
jasnellflakey5
authored andcommitted
src: implement DataQueue
See documentation in dataqueue/queue.h for details Co-authored-by: flakey5 <73616808+flakey5@users.noreply.github.com> PR-URL: #45258 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent c1651be commit 9b6270a

File tree

5 files changed

+1506
-0
lines changed

5 files changed

+1506
-0
lines changed

node.gyp

+3
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@
477477
'src/cleanup_queue.cc',
478478
'src/connect_wrap.cc',
479479
'src/connection_wrap.cc',
480+
'src/dataqueue/queue.cc',
480481
'src/debug_utils.cc',
481482
'src/env.cc',
482483
'src/fs_event_wrap.cc',
@@ -580,6 +581,7 @@
580581
'src/cleanup_queue-inl.h',
581582
'src/connect_wrap.h',
582583
'src/connection_wrap.h',
584+
'src/dataqueue/queue.h',
583585
'src/debug_utils.h',
584586
'src/debug_utils-inl.h',
585587
'src/env_properties.h',
@@ -991,6 +993,7 @@
991993
'test/cctest/test_sockaddr.cc',
992994
'test/cctest/test_traced_value.cc',
993995
'test/cctest/test_util.cc',
996+
'test/cctest/test_dataqueue.cc',
994997
],
995998

996999
'conditions': [

0 commit comments

Comments
 (0)