Skip to content

timers: move priority_queue to internal/timers/

The priority_queue.js is only used in timers module, so maybe it's more reasonable to move it into internal/timers/ specifically ?

(I've used git mv command so I think it wouldn't hurt when git blame priority_queue.js)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading