shithub: mc

ref: 530c197b17925e2166b849d566d2d3588bb87369
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}