shithub: mc

ref: 56741fafc347f664a0ef0aebae51054b544891ed
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}