shithub: mc

ref: d2329579c1eb281e8885b9a924c5c92135f399f7
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}