shithub: mc

ref: 076f4d371d887d25c3ac3851589f161131f57c88
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}