shithub: mc

ref: 4a8bc7aa008f753c082a914a0f95ea3df09d2123
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}