mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Formatting and grammer fixed
This commit is contained in:
@@ -13402,7 +13402,7 @@ Application concepts are easier to reason about.
|
|||||||
|
|
||||||
void manual_publishing(std::string* msg)
|
void manual_publishing(std::string* msg)
|
||||||
{
|
{
|
||||||
// Incapsulates thread functionality into the application task
|
// Encapsulates thread functionality into the application task
|
||||||
std::thread publisher(publish, &msg);
|
std::thread publisher(publish, &msg);
|
||||||
publisher.join();
|
publisher.join();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user