2023-06-12 01:10:38 +02:00
|
|
|
//go:build windows || wasm
|
2021-10-20 17:56:39 +02:00
|
|
|
|
2020-02-19 16:09:24 +01:00
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
package rwcancel
|
|
|
|
|
2021-12-09 17:55:50 +01:00
|
|
|
type RWCancel struct{}
|
2020-02-19 16:09:24 +01:00
|
|
|
|
|
|
|
func (*RWCancel) Cancel() {}
|