Libraries
»
qpid_proton
(0.40.0)
»
Index
»
Qpid
»
Proton
»
WorkQueue
»
#clear
Method: Qpid::Proton::WorkQueue#clear
Defined in:
lib/core/work_queue.rb
#
clear
⇒
Object
95
# File 'lib/core/work_queue.rb', line 95
def
clear
(
)
@lock
.
synchronize
{
@schedule
.
clear
}
end