class Ractor::IncomingQueue
Constants
- TYPE
Protected Instance Methods
reenter()
click to toggle source
# File lib/backports/ractor/queues.rb, line 19 def reenter raise ::Ractor::Error, 'Can not reenter' end