7 lines
136 B
C
7 lines
136 B
C
#pragma once
|
|
#include "common.h"
|
|
|
|
bool workerInit(void);
|
|
void workerExit(void);
|
|
void workerSchedule(workerThreadFunc func, void* data);
|