From 68a20d6a1698e07667a0b3d147d966e82d786914 Mon Sep 17 00:00:00 2001 From: Nikos Athanasiou Date: Tue, 28 Jun 2022 15:06:22 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c909a1..3f674ea 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,12 @@ yap is provided as an alternative to pipelines in large general purpose librarie * Easily get acquainted with the parallel pipeline pattern. * Just use the "pipeline" part. -you can try-out yap as a library having: +you can try-out yap, which sports: * Zero dependencies. * Vanilla c++20. * Exclusive use of C++ standard facilities like `` and friends. +* No wrapping for user operations. Callables (function objects, lambdas, functions) are provided "as is" and __metaprogramming is responsible for stiching them into pipeline stages__. ## Construction