MCPcopy Create free account
hub / github.com/bshoshany/thread-pool / synced_stream

Method synced_stream

include/BS_thread_pool.hpp:2415–2418  ·  view source on GitHub ↗

* @brief Construct a new synced stream which prints to `std::cout`. */

Source from the content-addressed store, hash-verified

2413 * @brief Construct a new synced stream which prints to `std::cout`.
2414 */
2415 explicit synced_stream()
2416 {
2417 add_stream(std::cout);
2418 }
2419
2420 /**
2421 * @brief Construct a new synced stream which prints to the given output stream(s).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected