shithub: mc

ref: 5844080dc4a5657a63716162272da4d26a818c76
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}