Libraries
»
gin
(1.2.1)
»
Index
»
Gin
»
Worker
»
#wait
Method: Gin::Worker#wait
Defined in:
lib/gin/worker.rb
#
wait
⇒
Object
46 47 48
# File 'lib/gin/worker.rb', line 46
def
wait
Process
.
waitpid
(
@pid
)
if
@pid
end