Developing a quick function plugin to use in rules in pipeline processing. What are the needs to ensure that it is thread safe?
Specifically, is it possible that the evaluate()
function gets called from multiple threads, or is it guaranteed that that won’t happen?