Currently, the LargeList class is fully synchronous. Are there plans for an async one, for example, implemented with the various WriteListener, RecordListener, etc.?
The current async workaround will be to use the asynchronous operate() method and run a UDF that uses the llist_lib library. Not sure if this is a good approach.