class ActiveSupport::Dependencies::Interlock

def done_running

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

def done_running: () -> Thread::ConditionVariable

This signature was generated using 14 samples from 2 applications.

def done_running
  @lock.stop_sharing
end