Skip to content

Commit

Permalink
iss #29: Fixing readme.md typos
Browse files Browse the repository at this point in the history
  • Loading branch information
renestein committed Feb 22, 2021
1 parent c3f8fef commit 946d0a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ cd vcpkg
```
vcpkg install rsasynccpp rsasynccpp:x64-Windows
```
_Remark: If you need legacy await support (the /await compiler switch is used, coroutines are in the std::experimental namespace) install Rstein.AsyncCpp library using the command._
_Remark: If you need legacy await support (the /await compiler switch is used, coroutines are in the std::experimental namespace), install Rstein.AsyncCpp library using the following command._
```
vcpkg install rsasynccpp[lib-cl-win-legacy-await] rsasynccpp[lib-cl-win-legacy-await]:x64-Windows
```
* Use the library.
* Enjoy the library.
``` C++

#include <iostream>
Expand Down Expand Up @@ -157,7 +157,7 @@ _Remark: Only Rstein.AsyncCpp library will be built. Samples and tests cannot be
* For example ```<Project root>\bin\libs\x64\Release``` directory contains x64/Release version of the RStein.AsyncCpp.lib library.
* Header files are located in ```<Project root>\bin\libs\includes\asynccpp``` folder.
* Compiled test projects (if they were built) are under ```<Project root>\bin\tests\<Platform>\<Configuration>\``` directory.
* Compiled samples (if they were built) are under ```<Project root>\bin\samples\<Platformt>\<Configuration>\``` directory.
* Compiled samples (if they were built) are under ```<Project root>\bin\samples\<Platform>\<Configuration>\``` directory.

## TaskFactory Run
Create Task<T> using the TaskFactory (uses default scheduler - ThreadPoolScheduler).
Expand Down

0 comments on commit 946d0a4

Please sign in to comment.