Revision 2365f813 loop-mt.c
loop-mt.c | ||
---|---|---|
42 | 42 |
add_chunk(c); |
43 | 43 |
pthread_mutex_unlock(&cb_mutex); |
44 | 44 |
} |
45 |
usleep(d); |
|
45 |
usleep(d); //TODO: handle inputs with fd instead of timer
|
|
46 | 46 |
} |
47 | 47 |
|
48 | 48 |
return NULL; |
Also available in: Unified diff