Skip to content

test: remove thread-safe function uv thread usage

Migrate the thread-safe function test from using uv_thread_* to using C11's thrd_*.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading