shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}