Method: Workpile::Service#remove_working_client

Defined in:
lib/workpile.rb

#remove_working_client(pid) ⇒ Object



22
23
24
# File 'lib/workpile.rb', line 22

def remove_working_client(pid)
  @pids -= [pid]
end