shithub: mc

ref: 10afb24e03c3aed48ae92ccf876f092e7337ab01
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}