summaryrefslogtreecommitdiff
path: root/src/platform/thread.h
blob: af07d3f6cc7444ae18f14279855e0f8629ea6009 (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