shithub: mc

ref: cec2ed10f355e59322f3d148837dca47aab083a6
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

pkg thread =
	const ncpu	: (-> int)
;;

const ncpu = {
	-> 1
}