Thread safety in lazy deserialization mode #459
octavian-cacina-gotomaxx
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes. Lazy is thread safe, but you may experience some issues if you are using WriteThrough to modify the underlying buffer. There are two types of things that could crop up:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since all the deserialized objects are created on demand, can I access (read) a single FlatSharp object from multiple threads?
Beta Was this translation helpful? Give feedback.
All reactions