Skip to content

Commit

Permalink
Add require 'fiber' for Fiber.current usage.
Browse files Browse the repository at this point in the history
Fixes <#962>.
  • Loading branch information
ioquatix authored and eregon committed Feb 22, 2023
1 parent 993a252 commit 0c6f5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/concurrent-ruby/concurrent/atomic/locals.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'concurrent/utility/engine'
require 'concurrent/constants'

require 'fiber'

module Concurrent
# @!visibility private
# @!macro internal_implementation_note
Expand Down

0 comments on commit 0c6f5a8

Please sign in to comment.