shithub: mc

ref: 98235d9673f41003b14a0e8852785c6582fdff8f
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}