shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}