allowConcurrentInvocation property

bool allowConcurrentInvocation
getter/setter pair

Whether to allow concurrent invocation of multiple function calls.

Defaults to false. When true, multiple function calls in a single response are invoked concurrently.

Implementation

bool allowConcurrentInvocation = false;