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