shithub: mc

ref: 731dd8851a19c11f91d01bdc8c469c77d653a4ea
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}