shithub: mc

ref: 99cc92c31eadabe470d781af2f5fd4410594e10e
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}