MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / computeSomethingSlowly

Function computeSomethingSlowly

CesiumAsync/test/ExamplesAsyncSystem.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121struct SlowValue {};
122void computeSomethingSlowly(
123 const std::string& /*parameter*/,
124 std::function<void(const SlowValue&)> f) {
125 f(SlowValue());
126}
127
128template <typename T> void doSomething(const T&) {}
129

Calls 1

SlowValueClass · 0.85

Tested by

no test coverage detected