summaryrefslogtreecommitdiff
path: root/src/platform/thread.h
blob: a3560cbf4ebd0f8b1f0ce85eb9206b15fcb9ce7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * @file thread.h
 * @author your name (you@domain.com)
 * @brief 
 * @version 0.1
 * @date 2024-04-27
 * 
 * @copyright Copyright (c) 2024
 * 
 */

typedef struct cel_thread cel_thread;

cel_thread thread_create();
void thread_destroy(cel_thread* thread);

// join