mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
76163590f0
loop->children might have been a linked list because used to be modified in place while looped over. However the loops that exists rather schedules events to be processed later, outside of the loop, so this can not happen anymore. When a linked list is otherwise useful it is better to use lib/queue_defs.h which defines an _intrusive_ linked list (i e it doesn't need to do allocations for list items like klist ). |
||
---|---|---|
.. | ||
kvec.h |