shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}