shithub: mc

ref: 7e54db408cbfd206f16775070aef8fb0115587f7
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}