We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b002b89 commit fa6038aCopy full SHA for fa6038a
1 file changed
README.md
@@ -4,6 +4,19 @@
4
5
Multithreading jobs pool (asyncron tasks)
6
7
+## Integration via wsjcpp
8
9
+```
10
+wsjcpp install https://github.com/wsjcpp/wsjcpp-async-jobs-pool:master
11
12
+
13
+## Integration via files
14
15
+Include this files:
16
17
+* `src.wsjcpp/wsjcpp_core/wsjcpp_core.h`
18
+* `src.wsjcpp/wsjcpp_core/wsjcpp_core.cpp`
19
+* `src/wsjcpp_async_jobs_pool.h`
20
+* `src/wsjcpp_async_jobs_pool.cpp`
21
22
0 commit comments