OrtCustomJoinThreadFn typedef

\brief Custom thread join function

Onnxruntime thread pool destructor will call the function to join a custom thread. Argument ort_custom_thread_handle is the value returned by OrtCustomCreateThreadFn

Implementation

typedef OrtCustomJoinThreadFn =
    ffi.Pointer<ffi.NativeFunction<OrtCustomJoinThreadFnFunction>>;