shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}