lib/async/waiter.md in async-2.10.2 vs lib/async/waiter.md in async-2.11.0
- old
+ new
@@ -36,10 +36,10 @@
generator.stop
# Stop all tasks which we don't care about:
barrier.stop
- Console.logger.info("Smallest", numbers)
+ Console.info("Smallest", numbers)
end
~~~
### Output