shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}