shithub: mc

ref: 2cd9927f90410e345fab398fe2573fe6971ef3b0
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}