shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}