This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature/use nonpriority pool (#570) * new thread pool * fix * wip * add static * attempt to fix compile warning (#569) the compile option `-fsized-deallocation` should only be used for C++ code, but not for C code. otherwise clang warns with the following message: ``` warning: command-line option ‘-fsized-deallocation’ is valid for C++/ObjC++ but not for C ``` * Improve thread pool (#571) * WIP * WIP * WIP * WIP * Update core/utils/async_utils.cpp * Separate WaitGroup (#572) * Separate WaitGroup * Update core/utils/wait_group.hpp Co-authored-by: Andrei Lobov <andrei.lobov@arangodb.com> * Exact count * fix lints --------- Co-authored-by: Andrei Lobov <andrei.lobov@arangodb.com> * Backport and start * fix * fix datarace * fix build --------- Co-authored-by: Jan <jsteemann@users.noreply.github.com> Co-authored-by: Valery Mironov <32071355+MBkkt@users.noreply.github.com>
- Loading branch information
1 parent
43f6ba1
commit 7f3ab26
Showing
14 changed files
with
516 additions
and
662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.