ExpressionTreeToString icon indicating copy to clipboard operation
ExpressionTreeToString copied to clipboard

Multithreading

Open zspitz opened this issue 5 years ago • 0 comments

The original scenario for which this library was written -- for use within a debugging visualizer -- didn't require multithreaded safety, because AFAICT a VS debugger visualizer can only use a single thread.

However, the library is now separate from the visualizer, and as such should be made thread-safe.

zspitz avatar Oct 11 '20 07:10 zspitz