Flow 2.0.0
Flow project: Full implementation reference.
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 12345]
 NflowCatch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel
 NasyncFlow module containing tools enabling multi-threaded event loops operating under the asynchronous-task proactor pattern, by providing a streamlined API around boost.asio event loops with added advanced task- and thread-scheduling features
 NcfgFlow module that facilitates configuring modules, such as applications and APIs, via statically and/or dynamically parsed sets of name/value pairs from config sources like files and command lines
 NerrorFlow module that facilitates working with error codes and exceptions; essentially comprised of niceties on top boost.system's error facility
 NlogFlow module providing logging functionality
 Nnet_flowFlow module containing the API and implementation of the Flow network protocol, a TCP-inspired stream protocol that uses UDP as underlying transport
 NperfFlow module containing tools for profiling and optimization
 NutilFlow module containing miscellaneous general-use facilities that don't fit into any other Flow module
 CFunction
 CFunction< Result(Args...)>Intended as the polymorphic function wrapper of choice for Flow, internally and externally; to be used instead of std::function or boost::function