Co-authored-by: Remi Gacogne <github@coredump.fr>
.. versionadded:: 5.2.0
- Spawn a thread.
+ Spawn a new thread running the supplied Lua script in a newly created Lua context.
:param str script: The pathname of the Lua script to run.
.. versionadded:: 5.2.0
- Put a record cache dump into the record cache.
+ Load a record cache dump into the record cache.
:param str dump: The data in the proprietary format produced by :func:`getRecordCacheRecords`).
:returns: The number of records inserted into the record cache.