shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}