shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}