shithub: mc

ref: 767534bdbac53853d443aaf095814c687fb5f486
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}