shithub: mc

ref: 16b5ec849c2886329338f210cb4c90efc26c8b38
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}