shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}