(DynamicBuffer) Is appending to the same DynamicBuffer in parallel atomic?

This may be a misuse of DynamicBuffer, but I am exploring all possible design approaches. I haven’t tested this one yet.

Peaked at the source code. Cannot append in parallel to a dynamic buffer. Seems it is not intended for this and doing this will throw an exception. Understandable. Will use a different approach.

1 Like