Flow Alternatives
Similar projects and alternatives to Flow
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
Fast-DDS
The most complete DDS - Proven: Plenty of success cases. Looking for commercial support? Contact info@eprosima.com
-
fiber
C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thread shareable (by fix8mt)
-
-
Rstein.AsyncCpp
The RStein.AsyncCpp library is a set of types that should be familiar for anyone who knows the Task Parallel Library (TPL) for .NET (C#).
-
-
-
-
-
Web
Old experimental web server using fibers, io completion ports, and some early C++11 features. (by TheThief)
Flow discussion
Flow reviews and mentions
-
Processing variadic template values into an std::array
You'd want to use recursive templates to iterate over the types and use type wrapper class. I already have a `for_each` for this. Take a look at `for_each` in this page: https://github.com/ManuelMeraz/flow/blob/master/include/flow/detail/metaprogramming.hpp
-
Do people have some motivating examples for co-routines?
Feel free to take a look: https://github.com/manuelmeraz/flow
Stats
ManuelMeraz/Flow is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of Flow is C++.