shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}