plenary.nvim
plenary.nvim copied to clipboard
fully asynchronous readdir iterator
Requires async await 2. Readdir is fully async and also an iterator. This makes it not have to allocate a table and make it more ergonomic. It takes advantage of the power of coroutines, they can yield pretty much anywhere. In this case they are yielding through iterators.