yegor256 / tojos

Text Object Java Objects (TOJOs): an object representation of a multi-line structured text file like CSV, YAML, or JSON
MIT License
20 stars 9 forks source link

Thread safe `MonoTojo` #50

Closed volodya-lombrozo closed 1 year ago

volodya-lombrozo commented 1 year ago

We have to add synchronization on read for MonoTojo, because without it we still get concurrency exceptions. Issue comes from https://github.com/objectionary/eo/issues/1574

volodya-lombrozo commented 1 year ago

@yegor256 Can you assign to me, please?

yegor256 commented 1 year ago

@volodya-lombrozo go ahead