aboutsummaryrefslogtreecommitdiffstats
path: root/rwcancel/rwcancel_windows.go
blob: 031691130dd0a0498c93bb391a3abcd921b893ae (plain) (blame)
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: MIT

package rwcancel

type RWCancel struct {
}

func (*RWCancel) Cancel() {}