Skip to content

[CGraph] Is the library threadsafe for readonly access?

Created by: Chiel92

It is stated in the CGraph manual that the library is not threadsafe. To what extent is this true?

Suppose a graph structure has been created. If then multiple threads are accessing this graph, but without making any modifications to the graph, would this give any problems?