shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}