Method: Pallets::Worker#id

Defined in:
lib/pallets/worker.rb

#idObject



33
34
35
# File 'lib/pallets/worker.rb', line 33

def id
  "W#{@thread.object_id.to_s(36)}".upcase if @thread
end