CancelThreadpoolIo method

void CancelThreadpoolIo(
  1. Pointer<_TP_IO> pio
)

Implementation

void CancelThreadpoolIo(
  ffi.Pointer<_TP_IO> pio,
) {
  return (_CancelThreadpoolIo ??=
      _dylib.lookupFunction<_c_CancelThreadpoolIo, _dart_CancelThreadpoolIo>(
          'CancelThreadpoolIo'))(
    pio,
  );
}