shithub: mc

ref: 3ac4d72f007d089e96b5f06068338cb48c5521df
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}