You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple, *fast* and functional thread pool implementation using pure C++20.
18
18
19
+
> **Note:** The GitHub account for this project was renamed from `DeveloperPaul123` to `ptsouchlos`. Repository ownership and history are unchanged.
20
+
19
21
## Features
20
22
21
23
* Built entirely with C++20
@@ -49,7 +51,7 @@ Alternatively, you can use something like [CPM](https://github.com/TheLartians/C
49
51
```cmake
50
52
CPMAddPackage(
51
53
NAME thread-pool
52
-
GITHUB_REPOSITORY DeveloperPaul123/thread-pool
54
+
GITHUB_REPOSITORY ptsouchlos/thread-pool
53
55
GIT_TAG 0.6.0 # change this to latest commit or release tag
54
56
OPTIONS
55
57
"TP_BUILD_TESTS OFF"
@@ -188,7 +190,7 @@ See [Format.cmake](https://github.com/TheLartians/Format.cmake) for details.
188
190
189
191
### Build the documentation
190
192
191
-
The documentation is automatically built and [published](https://developerpaul123.github.io/thread-pool) whenever a [GitHub Release](https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository) is created.
193
+
The documentation is automatically built and [published](https://ptsouchlos.github.io/thread-pool) whenever a [GitHub Release](https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository) is created.
192
194
To manually build documentation, call the following command.
193
195
194
196
```bash
@@ -210,5 +212,5 @@ The project is licensed under the MIT license. See [LICENSE](LICENSE) for more d
0 commit comments