lib/asynchronic/queue_engine/synchronic.rb in asynchronic-1.5.2 vs lib/asynchronic/queue_engine/synchronic.rb in asynchronic-1.6.0
- old
+ new
@@ -62,9 +62,12 @@
def call
@block.call @process
end
+ def before_finalize
+ end
+
end
end
end
end
\ No newline at end of file