MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / buildAsync

Method buildAsync

pj_scene2D/core/src/entry_thumbnail_cache.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void EntryThumbnailCache::buildAsync(Timestamp start_ns, Timestamp end_ns) {
28 stop();
29 running_.store(true);
30 thread_ = std::thread(&EntryThumbnailCache::buildThread, this, start_ns, end_ns);
31}
32
33void EntryThumbnailCache::stop() {
34 running_.store(false);

Callers 1

StreamingVideoSourceMethod · 0.80

Calls 1

storeMethod · 0.80

Tested by

no test coverage detected