shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}