MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / getFuture

Method getFuture

external/nvImageCodec/src/processing_results.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 ProcessingResultsPromise::FutureImpl ProcessingResultsPromise::getFuture() {
76 return promise_impl_.get_future();
77 }
78
79 ProcessingResultsPromise::ProcessingResultsPromise(int num_samples)
80 : results_(num_samples),

Callers 3

processMethod · 0.80
decodeMethod · 0.80
encodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected