shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}