shithub: mc

ref: 696f29e1650e45b27a949d513248a52f400531ee
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}