shithub: mc

ref: 2da75521162ef1b19fb047c13c77c5dd33910671
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}