Skip to content

Commit

Permalink
Relax v1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 3, 2024
1 parent 82c564e commit 4d6a6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io/event/support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def self.buffer?

# To be removed on 31 Mar 2025.
def self.fiber_scheduler_v1?
IO.const_defined?(:Buffer) and !Fiber.respond_to?(:blocking)
IO.const_defined?(:Buffer)
end

# To be removed on 31 Mar 2026.
Expand Down

0 comments on commit 4d6a6b8

Please sign in to comment.