#ifndef CORE_THREAD_H
#define CORE_THREAD_H

#include <threads.h>

bool joinThreadSafe(thrd_t* t);

#endif