Method: Qpid::Proton::WorkQueue#clear

Defined in:
lib/core/work_queue.rb

#clearObject



95
# File 'lib/core/work_queue.rb', line 95

def clear() @lock.synchronize { @schedule.clear } end