shithub: mc

ref: 404ed1ddb3faa4fec7ee4fd8fddc5bbdec284bde
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}