mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Merge branch 'master' into 3.0.0-releng
This commit is contained in:
commit
18bd18f7f9
@ -2233,8 +2233,9 @@ pyqueue_op_iternext(struct pyqueue_op *op)
|
||||
kore_pool_put(&queue_object_pool, object);
|
||||
|
||||
TAILQ_FOREACH(waiting, &op->queue->waiting, list) {
|
||||
if (waiting->coro == coro_running) {
|
||||
if (waiting->coro->id == coro_running->id) {
|
||||
TAILQ_REMOVE(&op->queue->waiting, waiting, list);
|
||||
waiting->op->waiting = NULL;
|
||||
kore_pool_put(&queue_wait_pool, waiting);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user