shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}