shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}