shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}