WaitForThreadpoolIoCallbacks method

void WaitForThreadpoolIoCallbacks(
  1. Pointer<_TP_IO> pio,
  2. int fCancelPendingCallbacks
)

Implementation

void WaitForThreadpoolIoCallbacks(
  ffi.Pointer<_TP_IO> pio,
  int fCancelPendingCallbacks,
) {
  return (_WaitForThreadpoolIoCallbacks ??= _dylib.lookupFunction<
      _c_WaitForThreadpoolIoCallbacks,
      _dart_WaitForThreadpoolIoCallbacks>('WaitForThreadpoolIoCallbacks'))(
    pio,
    fCancelPendingCallbacks,
  );
}