shithub: mc

ref: 358de40c2f56409ced4d76cd2c4201c609457dac
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}