shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}