Interface RunAsyncCallbackFn.Function
- Enclosing class:
RunAsyncCallbackFn
public static interface RunAsyncCallbackFn.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(MemorySegment user_data, MemorySegment outputs, long num_outputs, MemorySegment status)
-
Method Details
-
apply
-