Home
last modified time | relevance | path

Searched refs:ContinuationFunction (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dfuture.h31 class ContinuationFunction : public IntroduceInterfaces<IFutureContinuation> { class
33 IntroduceInterfaces<IFutureContinuation>, ContinuationFunction, "f4736552-7365-4c8f-bbe9-a065e2c30382");
36 ContinuationFunction(Func func) : func_(BASE_NS::move(func)) {} in ContinuationFunction() function in ContinuationFunction
60 return IFutureContinuation::Ptr(new ContinuationFunction(BASE_NS::move(func))); in CreateContinuation()

Completed in 1 milliseconds