shithub: mc

ref: 63dc379b326e11226c34c807f210bb92af6fe602
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}