ref: a4f0ffa2a6755c7c0b8c1deb736d425540144ff7
dir: /lib/thread/spawn+netbsd.myr/
use std
pkg thread =
type tid = uint64
const spawn : (fn : (-> void) -> std.result(tid, byte[:]))
;;
const spawn = {fn
std.die("unimplemented\n")
-> `std.Err "fuck"
}