BHoM / BHoM_Engine

Internal manipulation of the BHoM
GNU Lesser General Public License v3.0
26 stars 14 forks source link

Global: Make all engines more thread safe #1863

Open IsakNaslundBh opened 4 years ago

IsakNaslundBh commented 4 years ago

Description:

As raised, with an initial fix here https://github.com/BHoM/BHoM_Engine/pull/1857 we should ensure that all stored static dictionaries/lists are implemented in a thread safe way.

This includes, but is not limited to:

Should make sure sufficient locks and similar are put in place to ensure all those methods are thread safe.

IsakNaslundBh commented 4 years ago

Partly solved by https://github.com/BHoM/BHoM_Engine/pull/2004