SYNC
Extension: io.warp10.script.ext.concurrent.ConcurrentWarpScriptExtension
extensionsConfiguration parameters
-
warpscript.extensions
Executes a macro in a synchronized way while in a parallel execution triggered by a call to CEVAL
. If SYNC
is called outside of a parallel execution, it simply executes the macro.
When called within a CEVAL
execution, the use of SYNC
guarantees that only one of the concurrently executing threads will execute the specified macro at any given time.