class Concurrent::RubyThreadPoolExecutor::Worker

def <<(message)

Experimental RBS support (using type sampling data from the type_fusion project).

def <<: (Array[Proc] message) -> Thread::Queue

This signature was generated using 4 samples from 2 applications.

def <<(message)
  @queue << message
end