shithub: mc

ref: 3ec895664e76bd357845402831cf41506a0b280d
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}