Skip to content

Commit

Permalink
Add warning to deprecated lib/async/wrapper.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 8, 2024
1 parent a0737d8 commit a6617e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/async/wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Copyright, 2017-2024, by Samuel Williams.
# Copyright, 2017, by Kent Gruber.

warn "Async::Wrapper is deprecated and will be removed on 2025-03-31. Please use native interfaces instead.", uplevel: 1, category: :deprecated

module Async
# Represents an asynchronous IO within a reactor.
# @deprecated With no replacement. Prefer native interfaces.
Expand Down

0 comments on commit a6617e3

Please sign in to comment.