shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}