CrossplatformThread class
#include <include/okapi/api/coreProsAPI.hpp>
Contents
Public static functions
- static auto getName() -> std::string
Constructors, destructors, conversion operators
- CrossplatformThread(void(*)(void*) ptr, void* params, const char*const name = "OkapiLibCrossplatformTask")
- ~CrossplatformThread()
Public functions
- void notifyWhenDeleting(CrossplatformThread* parent)
-
void notifyWhenDeletingRaw(CROSSPLATFORM_
THREAD_ T parent) - auto notifyTake(const std::uint32_t itimeout) -> std::uint32_t