shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}