mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Start work on panel kitten wrapper in Go
Needed because we need to use a special exe on macOS.
This commit is contained in:
@@ -222,7 +222,7 @@ func main(cmd *cli.Command, o *Options, args []string) (rc int, err error) {
|
||||
keep_going.Store(true)
|
||||
if !opts.DetectSupport && num_of_items > 0 {
|
||||
num_workers := utils.Max(1, utils.Min(num_of_items, runtime.NumCPU()))
|
||||
for i := 0; i < num_workers; i++ {
|
||||
for range num_workers {
|
||||
go run_worker()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user