ref: 74355dfc48d3a142918d894ece67ecf7cde9d13d
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"
}