aboutsummaryrefslogtreecommitdiffstats
path: root/rwcancel/rwcancel_windows.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rwcancel/rwcancel_windows.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/rwcancel/rwcancel_windows.go b/rwcancel/rwcancel_windows.go
new file mode 100644
index 0000000..0316911
--- /dev/null
+++ b/rwcancel/rwcancel_windows.go
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: MIT
+
+package rwcancel
+
+type RWCancel struct {
+}
+
+func (*RWCancel) Cancel() {}