shithub: mc

ref: 473ce973528106273540303dc11f4726ee870c3c
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}