lib/asynchronic/queue_engine/synchronic.rb in asynchronic-1.6.3 vs lib/asynchronic/queue_engine/synchronic.rb in asynchronic-2.0.0
- old
+ new
@@ -27,9 +27,14 @@
def asynchronic?
false
end
+ def active_connections
+ [Asynchronic.connection_name]
+ end
+
+
class Queue
def initialize(engine)
@engine = engine
end
\ No newline at end of file