shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}