shithub: mc

ref: d27288db4ad5b2154c8c946029f8ed1943012286
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}