Loop once after registering eventfd to prevent skipping previous events
This commit is contained in:
@@ -129,6 +129,7 @@ class ring_loop_t
|
||||
bool mt;
|
||||
int *free_ring_data;
|
||||
unsigned free_ring_data_ptr;
|
||||
bool in_loop;
|
||||
bool loop_again;
|
||||
struct io_uring ring;
|
||||
int ring_eventfd = -1;
|
||||
|
||||
Reference in New Issue
Block a user