shithub: mc

ref: 3dcee053786448f3479a929791cf6a474ae8c035
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}