shithub: mc

ref: 17b6a133ca281986b0dfb9a1ced306e4fc99eb92
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}