shithub: mc

ref: 285be77897e18d68efede25a98f423bddd4f2cb9
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}