TpSetCallbackThreadpool method

void TpSetCallbackThreadpool(
  1. Pointer<TP_CALLBACK_ENVIRON_V3> CallbackEnviron,
  2. Pointer<_TP_POOL> Pool
)

Implementation

void TpSetCallbackThreadpool(
  ffi.Pointer<TP_CALLBACK_ENVIRON_V3> CallbackEnviron,
  ffi.Pointer<_TP_POOL> Pool,
) {
  return (_TpSetCallbackThreadpool ??= _dylib.lookupFunction<
      _c_TpSetCallbackThreadpool,
      _dart_TpSetCallbackThreadpool>('TpSetCallbackThreadpool'))(
    CallbackEnviron,
    Pool,
  );
}