shithub: mc

ref: 7dc5e79e0e08453f3e57bb67010fa524d265225a
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}