shithub: mc

ref: 2533822d0fb51d2aedf941bac59d492acc1036a1
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}