Skip to content

Commit

Permalink
src: implement DataQueue
Browse files Browse the repository at this point in the history
See documentation in dataqueue/queue.h for details

Co-authored-by: flakey5 <73616808+flakey5@users.noreply.github.com>
  • Loading branch information
jasnell and flakey5 committed Dec 17, 2022
1 parent ca2ec90 commit 72941d7
Show file tree
Hide file tree
Showing 5 changed files with 1,507 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,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 @@ -575,6 +576,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 @@ -1014,6 +1016,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 72941d7

Please sign in to comment.