Skip to content

Commit 89b638f

Browse files
committed
src: implement DataQueue
1 parent cfd4c43 commit 89b638f

File tree

9 files changed

+2968
-242
lines changed

9 files changed

+2968
-242
lines changed

node.gyp

+3
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@
471471
'src/cleanup_queue.cc',
472472
'src/connect_wrap.cc',
473473
'src/connection_wrap.cc',
474+
'src/dataqueue/queue.cc',
474475
'src/debug_utils.cc',
475476
'src/env.cc',
476477
'src/fs_event_wrap.cc',
@@ -574,6 +575,7 @@
574575
'src/cleanup_queue-inl.h',
575576
'src/connect_wrap.h',
576577
'src/connection_wrap.h',
578+
'src/dataqueue/queue.h',
577579
'src/debug_utils.h',
578580
'src/debug_utils-inl.h',
579581
'src/env_properties.h',
@@ -1010,6 +1012,7 @@
10101012
'test/cctest/test_traced_value.cc',
10111013
'test/cctest/test_util.cc',
10121014
'test/cctest/test_url.cc',
1015+
'test/cctest/test_dataqueue.cc',
10131016
],
10141017

10151018
'conditions': [

0 commit comments

Comments
 (0)