Flow 1.0.0
Flow project: Full implementation reference.
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
namespace | flow |
Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
namespace | flow::async |
Flow 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. | |
Functions | |
uint16_t | flow::async::cpu_idx () |
Returns the 0-based processor logical (not hardware) core index of the core executing the calling thread presently. More... | |