> I have no idea about what the connection between destructors and concurrency > is,
Currently passing data between threads is restricted (Channels, unsafe pointers ...), as we have a thread local Garbage-Collector. I think when Destructors fully work, they can replace GC ref objects in many places, so multi threading and parallel data processing with fast exchange of large data packages will improve.
