SetThreadpoolCallbackPersistent method

void SetThreadpoolCallbackPersistent(
  1. Pointer<TP_CALLBACK_ENVIRON_V3> pcbe
)

Implementation

void SetThreadpoolCallbackPersistent(
  ffi.Pointer<TP_CALLBACK_ENVIRON_V3> pcbe,
) {
  return (_SetThreadpoolCallbackPersistent ??= _dylib.lookupFunction<
          _c_SetThreadpoolCallbackPersistent,
          _dart_SetThreadpoolCallbackPersistent>(
      'SetThreadpoolCallbackPersistent'))(
    pcbe,
  );
}