You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explicitconstexprWaitingTaskChain(U&& iU, WaitingTaskChain<T...> iL)
@@ -266,6 +299,20 @@ namespace edm {
266
299
}
267
300
}
268
301
302
+
/** Sets the first task to be run as part of the task chain, if the value is true, else the following task will be first. The functor is expected to take either
303
+
a single argument of type edm::WaitingTaskHolder or two arguments of type std::exception_ptr const* and WaitingTaskHolder. In the latter case, the pointer is only non-null if a previous task in the chain threw an exception.
0 commit comments