mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-07 00:51:55 -04:00
a72292513e
This function accepts a WaitGroup parameter and manages the reference counting therein. It also is infallible. The existing `spawn` function is still handy when the job wants to further schedule more tasks.