shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}