Interface OrtCustomJoinThreadFn.Function

Enclosing class:
OrtCustomJoinThreadFn

public static interface OrtCustomJoinThreadFn.Function
The function pointer signature, expressed as a functional interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(MemorySegment ort_custom_thread_handle)
     
  • Method Details