ANeuralNetworksEvent_wait

Waits until the execution completes.

More than one thread can wait on an event. When the execution completes, all threads will be released.

See {@link ANeuralNetworksExecution} for information on multithreaded usage.

Available since API level 27.

@return ANEURALNETWORKS_NO_ERROR if the execution completed normally.

version(Android)
extern (C) @system nothrow @nogc
int
ANeuralNetworksEvent_wait

Meta