shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}