shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}