From 50dfedff781ed5541f1b20159320b39a8e112f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 18 Nov 2018 23:50:46 +0100 Subject: [PATCH] Tabulate --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 36f17da..a39b4a6 100644 --- a/README.md +++ b/README.md @@ -845,9 +845,7 @@ def eval_(node): Coroutine --------- * **Similar to Generator, but Generator pulls data through the pipe with iteration, while Coroutine pushes data into the pipeline with send().** - * **Coroutines provide more powerful data routing possibilities than iterators.** - * **If you built a collection of simple data processing components, you can glue them together into complex arrangements of pipes, branches, merging, etc.** ### Helper Decorator