shithub: mc

ref: 720cc29f19477550800adf5539837fec15296bbc
dir: /lib/thread/ncpu.myr/

View raw version
use std
use sys

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

const ncpu = {
	-> 1
}