-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Service Arch
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently it's quite cumbersome to add a timeout that cancels; to a future. It generally involves a shared_ptr control block, an atomic and much sadness.
We need something like:
funcThatFutures().addTimeout(Duration)