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 165 samples from 2 applications.

def current_thread
  @lock_thread || Thread.current
end