8 lines
155 B
C
8 lines
155 B
C
#ifndef SERVERWORKER
|
|
#define SERVERWORKER
|
|
|
|
// funzione eseguita dal generico Worker del pool di thread
|
|
void threadF(void *arg);
|
|
|
|
#endif /* SERVERWORKER */
|