Skip to content

Commit a6617e3

Browse files
committed
Add warning to deprecated lib/async/wrapper.rb.
1 parent a0737d8 commit a6617e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/async/wrapper.rb

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Copyright, 2017-2024, by Samuel Williams.
55
# Copyright, 2017, by Kent Gruber.
66

7+
warn "Async::Wrapper is deprecated and will be removed on 2025-03-31. Please use native interfaces instead.", uplevel: 1, category: :deprecated
8+
79
module Async
810
# Represents an asynchronous IO within a reactor.
911
# @deprecated With no replacement. Prefer native interfaces.

0 commit comments

Comments
 (0)