Skip to content

Instantly share code, notes, and snippets.

@anb
anb / anb.rb
Created January 4, 2012 08:45 — forked from anonymous/anb.rb
class AnbParticipant < Ruote::StorageParticipant
def consume(workitem)
if workitem.params['nonblock']
do_something
reply_to_engine(workitem)
else
super(workitem)