Contents

synchronous

The option to execute the graph synchronously.

Declaration

static var synchronous: MLCExecutionOptions { get }

Discussion

Include this option to wait until execution of the graph on specified device finishes before returning from the execute method.

See Also

Execution Options