shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}