shithub: mc

ref: 0dd6c9d5124707e4c69116745469e21f7e076429
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}