rwcancel_stub.go raw

   1  //go:build windows || wasm
   2  
   3  // SPDX-License-Identifier: MIT
   4  
   5  package rwcancel
   6  
   7  type RWCancel struct{}
   8  
   9  func (*RWCancel) Cancel() {}
  10