Mercurial > hg > orthanc-book
changeset 1279:e1beeb8774e8 default tip
lua-events asynchronous execution
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 03 Jun 2026 12:17:00 +0200 |
| parents | 5cadd4fe50e4 |
| children | |
| files | Sphinx/source/users/lua.rst |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/lua.rst Tue Jun 02 16:37:16 2026 +0200 +++ b/Sphinx/source/users/lua.rst Wed Jun 03 12:17:00 2026 +0200 @@ -155,6 +155,10 @@ If a callback is specified multiple times in separate scripts, the event handler of the latest loaded script is used. +All ``Stable``, ``Deleted``, ``Updated``, ``Jobs`` and ``OnStoredInstance`` events +callbacks are queued and executed asynchronously in a separate +``LUA-EVENTS`` thread. + Concurrency and deadlocks ^^^^^^^^^^^^^^^^^^^^^^^^^
