shithub: mc

ref: 5197866beb5ead9160183b6ada7a76244686f9f8
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}