shithub: mc

ref: 28407c92feaf5fc5f5925e0e05bec4508b172ee2
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}