shithub: mc

ref: 093716ff5e2ffe837793ba7c9239c64e22789ec0
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}