aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/callback.hh
AgeCommit message (Collapse)Author
2020-09-21Move Callback into its own headerEelco Dolstra
This gets rid of the inclusion of <future> in util.hh, cutting compilation time by ~20s (CPU time). Issue #4045.