shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}