Release 3.1
· One min read
Added support for thread-safe views. To use the same view across multiple threads, you should now call the threadSafe() method.
For an example, refer to the unit test testDivDetailsBindingWithRender, which demonstrates rendering 4 different context models in parallel using the same view.