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