Using multithreadedTableWriter
to Insert Data into a reactiveStateEngine
In the example code, data can be directly inserted into the reactiveStateEngine
(RSE) using tableInsert
, such as:
session.run("tableInsert{reactiveStateEngine}", bar)
However, I would like to know if it is possible to use the multithreadedTableWriter
(MTW) interface to write data to the RSE instead.