shithub: mc

ref: 40d6f7b5cc0cb9e5de1675a1441ad0dfc0a66bda
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}