summaryrefslogtreecommitdiff
path: root/src/buildtool/multithreading/async_map_utils.hpp
AgeCommit message (Collapse)Author
2024-10-07Enable readability-* checks.Maksim Denisov
2024-08-29async_map_utils: Pass key_printer also for reporting pending tasks...Paul Cristian Sarbu
...in async map instances, same as for reporting cycles. This removes the restriction that the key object has to posses the ToString method, allowing it to be used, e.g., with just-mr maps. The now obsolete HasToString concept is removed.
2024-03-19just analysis: Be explicit in logging locationPaul Cristian Sarbu
...by allowing a Logger instance to be provided.
2024-02-16async maps: Create utility library to handle cycle detectionPaul Cristian Sarbu