shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}