mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
perf: automatically suspend the scheduler when all threads are waiting (#1591)
* perf: automatically suspend the scheduler when all threads are waiting * ci: fix ci * test: cleanup
This commit is contained in:
parent
0507e19289
commit
c7ed87f9ca
9 changed files with 81 additions and 54 deletions
|
@ -1,4 +1,3 @@
|
|||
---@module 'luassert'
|
||||
local Keys = require("lazy.core.handler.keys")
|
||||
|
||||
describe("keys", function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue