This repository was archived by the owner on Mar 5, 2024. It is now read-only.
Commit f315d57
2 files changed
+2
-1
lines changed- CMakeLists.txt+3
- cpp/include/mh/algorithm/algorithm.hpp+7
- cpp/include/mh/concurrency/dispatcher.hpp+29-6
- cpp/include/mh/concurrency/dispatcher.inl+137-24
- cpp/include/mh/concurrency/thread_pool.hpp+23-29
- cpp/include/mh/concurrency/thread_pool.inl+71-1
- cpp/include/mh/containers/heap.hpp+63
- cpp/include/mh/coroutine/task.hpp+17-1
- cpp/include/mh/error/error_code_exception.hpp+10-29
- cpp/include/mh/error/exception_details.hpp+21-1
- cpp/include/mh/error/exception_details.inl+45-2
- cpp/include/mh/error/expected.hpp+69-2
- cpp/include/mh/memory/memory_helpers.hpp+12
- cpp/include/mh/text/stringops.hpp+1-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments