shithub: mc

ref: 718107741aaeebbdce0391d6080ada98428c2c86
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}