当前位置: 代码迷 >> 综合 >> golang-runtime库
  详细解决方案

golang-runtime库

热度:67   发布时间:2023-10-13 09:42:13.0
runtime.NumCPU()//查看cpu数量
runtime.GOMAXPROCS(runtime.NumCPU())//多核并发执行
runtime.GOOS//查看目标操作系统

 

  相关解决方案