Concurrency
Intelligent Functions support concurrency via specific built-in functions of the Function Development Kit (FDK).
Async
The async methods evaluate a given expression asynchronously and return a Future object.
Asynchronous evaluation
Future
The Future object provides access to the result of an asynchronous evaluation.
Asynchronous result