shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}