github.com/tailscale/wireguard-go@v0.0.20201119-0.20210522003738-46b531feb08a/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() {}