shithub: mc

ref: 3b6a42aaa1dfb75db06e9bf8cb7953cecefc647f
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}