shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}