shithub: mc

ref: 29f122684b9aad6209d06a7fe663a2f09a91bb60
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}