module Rails::Application::Finisher::InterlockHook

def self.complete(_state)

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

def self.complete: (Integer _state) -> Thread::ConditionVariable

This signature was generated using 10 samples from 1 application.

def self.complete(_state)
  ActiveSupport::Dependencies.interlock.done_running
end