-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Boost Thread and Chrono (#1349)
* Remove boost::chrono and boost::sleep * Remove Boost mutex * Remove Boost thread_group * Remove Boost thread/mutex from SPV * Remove Boost interruption_point * Replace Boost shared_mutex with C++17 std::shared_mutex * Remove Boost Chrono and Thread from build system * Add missing include * Remove duplicate start of scheduler thread * Remove Boost case_conv * Remove Boost join and transformed * Do not interrupt ForEach loop * Add notes to interrupt replacements Co-authored-by: Prasanna Loganathar <[email protected]>
- Loading branch information
1 parent
54003db
commit 1b69a4e
Showing
58 changed files
with
375 additions
and
758 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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.