shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}