Tag used to determine if execution should be serial or concurrent. Callers should not need to use this directly.
Execution will be concurrent. The execution of the read methods will be started and then resolved concurrently.
Execution will be serial. One read method will be executed fully before the other read method.
Generated using TypeDoc
Tag used to determine if execution should be serial or concurrent. Callers should not need to use this directly.