mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-26 10:48:49 +02: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 Util = require("lazy.core.util")
|
||||
|
||||
describe("init", function()
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
---@module 'luassert'
|
||||
|
||||
local Config = require("lazy.core.config")
|
||||
local Handler = require("lazy.core.handler")
|
||||
local Plugin = require("lazy.core.plugin")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---@module 'luassert'
|
||||
local Keys = require("lazy.core.handler.keys")
|
||||
|
||||
describe("keys", function()
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---@module 'luassert'
|
||||
local Async = require("lazy.async")
|
||||
local Process = require("lazy.manage.process")
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---@module 'luassert'
|
||||
--# selene:allow(incorrect_standard_library_use)
|
||||
local Task = require("lazy.manage.task")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue