lib/asynchronic/queue_engine/in_memory.rb in asynchronic-1.2.1 vs lib/asynchronic/queue_engine/in_memory.rb in asynchronic-1.2.2
- old
+ new
@@ -27,9 +27,12 @@
def listener
Listener.new
end
+ def asynchronic?
+ true
+ end
class Queue
extend Forwardable
\ No newline at end of file