shithub: mc

ref: 50f182d770b59c438e5c381a03c7bfcd8c338196
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}