shithub: mc

ref: 218258e4ac2940303be597272245cb09662fd759
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}