shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}