github.com/bugfan/wireguard-go@v0.0.0-20230720020150-a7b2fa340c66/rwcancel/rwcancel_windows.go (about)

     1  // SPDX-License-Identifier: MIT
     2  
     3  package rwcancel
     4  
     5  type RWCancel struct {
     6  }
     7  
     8  func (*RWCancel) Cancel() {}