You want to run it concurrently, but you also need the results in order so
that you can concatenate them together in the right order (I'm assuming).
Something like this would do the trick:
https://play.golang.org/p/lMI8rmEBJ-d

On Thu, 6 Dec 2018 at 23:40, Alex Dvoretskiy <advoretski...@gmail.com>
wrote:

> Hi Golangnuts,
>
> I'm trying to run SignerCrc32() concurently, but instead it runs
> sequentially. Can you explain why?
>
> https://play.golang.org/p/l5A3tBSqfs1
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to