shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}