mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
queue: Implement a more flexible event queue
This commit is contained in:
4
test/unit/fixtures/queue.h
Normal file
4
test/unit/fixtures/queue.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "nvim/event/queue.h"
|
||||
|
||||
void ut_queue_put(Queue *queue, const char *str);
|
||||
const char *ut_queue_get(Queue *queue);
|
Reference in New Issue
Block a user