Requirements for thread safe design of function plugins

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?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.