shithub: mc

ref: 0113cd12d5ce3faae500772c76018f0ad4dd776a
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}