shithub: mc

ref: 014aa4aeac90436d5d3f69acf37fd9a830630714
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}