Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
picanumber authored Jun 28, 2022
1 parent 4889d50 commit 68a20d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<thread>` 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

Expand Down

0 comments on commit 68a20d6

Please sign in to comment.