Skip to content

orconce: Use Win32 once implementation

Seungha Yang requested to merge seungha.yang/orc:orconce-hide-body into main

InitOnceBeginInitialize() is slightly faster than the manual implementation. Note that MSVC std::call_once() is implemented by using the Win32 API as well.

Edited by Seungha Yang

Merge request reports