shithub: mc

ref: 398cc4d0f4b41f726d6f734804b504d5bfedf4d9
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}