class ActiveRecord::ConnectionAdapters::ConnectionPool

def current_thread

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

def current_thread: () -> Thread

This signature was generated using 167 samples from 3 applications.

def current_thread
  @lock_thread || Thread.current
end