Basically, I want to spawn a goroutine per object, objects have unique IDs, 
and I want each routine to write its results to a shared map. Nothing will 
be reading from the map while the goroutines are running.

Is this safe?

Thanks

-- 
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