mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-06 11:53:59 +00:00
7 lines
114 B
Go
7 lines
114 B
Go
//go:build 386 || amd64 || arm64 || arm64be
|
|
|
|
package executor
|
|
|
|
import "math"
|
|
|
|
const concurrentCount = math.MaxInt
|