Module: Thrifter::Queueing
- Defined in:
- lib/thrifter/extensions/queueing.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#queued {|proxy| ... } ⇒ Object
42 43 44 45 46 |
# File 'lib/thrifter/extensions/queueing.rb', line 42 def queued proxy = Proxy.new self yield proxy if block_given? proxy end |