shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}