shithub: mc

ref: 8a3e8add6e0180565312d1079395ad39de4d9ce3
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}