shithub: mc

ref: 6042e40dd30c9e04934e635274a013f989695eb7
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}