ggml_threadpool_resume function

  1. @Native<Void Function(Pointer<ggml_threadpool>)>(ffi.Pointer<ggml_threadpool>)>()
void ggml_threadpool_resume(
  1. Pointer<ggml_threadpool> threadpool
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ggml_threadpool>)>()
external void ggml_threadpool_resume(
  ffi.Pointer<ggml_threadpool> threadpool,
);