Closed marcus-crane closed 1 year ago
Golang has some features designed especially for making parallelism much easier so we should just use those. There's no state that needs to be shared globally so this should cause no trouble.
This is handled by the metadata bundle accessible in v3.0.0
Golang has some features designed especially for making parallelism much easier so we should just use those. There's no state that needs to be shared globally so this should cause no trouble.