shithub: mc

ref: 93021acafb5a87b728ab1e528465a665f830ec77
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}