class DEBUGGER__::Session

def create_thread_client th

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

def create_thread_client: (Thread th) -> DEBUGGER__::ThreadClient

This signature was generated using 6 samples from 1 application.

def create_thread_client th
: Ractor support
"Only session_server can create thread_client" unless Thread.current == @session_server
ients[th] = ThreadClient.new((@tc_id += 1), @q_evt, Queue.new, th)