shithub: mc

ref: 35ac808f091891eea09ceb058d6d88ccde4feffb
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}