shithub: mc

ref: 042899b8725429043304247c297d0344cffe4780
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}