shithub: mc

ref: 254640059611d64a97b82cc8b20bf759eccc6806
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}