-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Service Arch 2019-05-06, Service Arch 2019-05-20, Service Arch 2019-06-03, Service Arch 2019-06-17
Add support for a LazyConvertible<T>
which is constructible from arbitrary U&&'s (convertible to T) and provides access to a convert() method which can perform the conversion optionally, at a later time.
The main goal for the type is to offer a type erased maybe move sink which can avoid early conversion
- is depended on by
-
SERVER-40765 Add support for future returning rpc on task executor
- Closed