shithub: mc

ref: 8355d0e6cd741731b972955dd10dfb494c3370bf
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}