Skip to content

Commit

Permalink
src: implement DataQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Nov 19, 2022
1 parent cfd4c43 commit 89b638f
Show file tree
Hide file tree
Showing 9 changed files with 2,968 additions and 242 deletions.
3 changes: 3 additions & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
'src/cleanup_queue.cc',
'src/connect_wrap.cc',
'src/connection_wrap.cc',
'src/dataqueue/queue.cc',
'src/debug_utils.cc',
'src/env.cc',
'src/fs_event_wrap.cc',
Expand Down Expand Up @@ -574,6 +575,7 @@
'src/cleanup_queue-inl.h',
'src/connect_wrap.h',
'src/connection_wrap.h',
'src/dataqueue/queue.h',
'src/debug_utils.h',
'src/debug_utils-inl.h',
'src/env_properties.h',
Expand Down Expand Up @@ -1010,6 +1012,7 @@
'test/cctest/test_traced_value.cc',
'test/cctest/test_util.cc',
'test/cctest/test_url.cc',
'test/cctest/test_dataqueue.cc',
],

'conditions': [
Expand Down
Loading

0 comments on commit 89b638f

Please sign in to comment.