| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -117,9 +117,9 @@ This topic describes how to create a basic agent-based application. In this walk | |||
| 117 | 117 | ||
| 118 | 118 | [!code-cpp[concrt-basic-agent#6](../../parallel/concrt/codesnippet/cpp/walkthrough-creating-an-agent-based-application_7.h)] | |
| 119 | 119 | ||
| 120 | - The `run` method opens the file and reads data from it. The `run` method uses exception handling to capture any errors that occur during file processing. | ||
| 120 | + The `run` method opens the file and reads data from it. The `run` method uses exception handling to capture any errors that occur during file processing. | ||
| 121 | 121 | ||
| 122 | - Each time this method reads data from the file, it calls the [concurrency::asend](reference/concurrency-namespace-functions.md#asend) function to send that data to the target buffer. It sends the empty string to its target buffer to indicate the end of processing. | ||
| 122 | + Each time this method reads data from the file, it calls the [concurrency::asend](reference/concurrency-namespace-functions.md#asend) function to send that data to the target buffer. It sends the empty string to its target buffer to indicate the end of processing. | ||
| 123 | 123 | ||
| 124 | 124 | ||
| 125 | 125 | The following example shows the complete contents of file_reader.h. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments