shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}