shithub: mc

ref: 158397ff84057a5d1e94b005b9088d2277b4a379
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}