shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}