mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
perf: automatically suspend the scheduler when all threads are waiting
This commit is contained in:
parent
5e3c112cb3
commit
021de31682
3 changed files with 78 additions and 47 deletions
|
@ -21,6 +21,7 @@ M.log = {
|
|||
---@async
|
||||
---@param opts {args?: string[], updated?:boolean, check?:boolean}
|
||||
run = function(self, opts)
|
||||
-- self:spawn({ "sleep", "5" })
|
||||
local args = {
|
||||
"log",
|
||||
"--pretty=format:%h %s (%cr)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue