feat add call_once
All checks were successful
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 1m40s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 58s

This commit is contained in:
tqcq 2024-03-24 01:26:05 +08:00
parent 190bbe15aa
commit c4b8cb9649

View File

@ -41,6 +41,7 @@
#include "sled/strings/utils.h"
// synchorization
#include "sled/synchronization/call_once.h"
#include "sled/synchronization/event.h"
#include "sled/synchronization/mutex.h"
#include "sled/synchronization/one_time_event.h"