feat: add blocking step support to http loop
This commit is contained in:
parent
9c01548256
commit
a96ae39523
5 changed files with 36 additions and 8 deletions
|
|
@ -47,6 +47,7 @@ typedef struct lnm_loop_queue {
|
|||
} buf;
|
||||
size_t head;
|
||||
size_t tail;
|
||||
bool empty;
|
||||
pthread_mutex_t mutex;
|
||||
pthread_cond_t cond;
|
||||
} lnm_loop_queue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue