shithub: mc

ref: 4efd6777d6644058c97db129288a4ab48fcfd92d
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}