master
Add edm::Async service base class
Use tbb::task_group::defer in FinalWaitingTask
Use oneapi namespace
Do not require lambdas to be copyable for SerialTaskQueue
Removed unused typedefs in FWCore
[Forward port] Drop references to legacy generators
Improve comments based on PR feedback
Added noexcept to methods called by async functions
Changes from scram build code-format-all
[CORE] Changes suggested by new llvm18 clang-format
Avoid releasing WaitingTask too early in case of exception in WaitingThreadPool
Use WaitingTaskHolder to signal doneWaiting() instead of WaitingTaskWithArenalHolder in framework
Added firstIf to chaining task system
Delete unused code related to EventSetup
Added comment about ThreadsController lifetime requirements