function
boot.janet on line 3980 , column 3
(ev/go-gather thunks )
Run a dyanmic number of fibers in parallel and resume the current
fiber after they complete. Takes an array of functions or fibers ,
`thunks` , that will be run via `ev/go` in another task. Returns the
gathered results in an array.