shithub: mc

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

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}