Files
ladybird/Libraries/LibCore/ThreadEventQueue.cpp
R-Goc 1d8751363b LibCore: Use call_once from LibThreading
This commit makes ThreadEventQueue use call_once instead of
pthread_once_t. The aim is to limit the pthread dependency to
LibThreading.
2026-05-08 18:58:35 -05:00

3.7 KiB