MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / reset

Method reset

src/server/server.hpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 is_completed.store(true);
82 }
83 void reset() noexcept {
84 is_cancelled.store(false, std::memory_order_relaxed);
85 is_completed.store(false, std::memory_order_relaxed);
86 }
87 bool cancelled() const {
88 return is_cancelled.load();
89 }

Callers 15

RunnerMethod · 0.45
cmd_loadMethod · 0.45
run_benchmarksFunction · 0.45
ensure_model_loadedMethod · 0.45
load_modelMethod · 0.45
generateMethod · 0.45
load_modelMethod · 0.45
load_modelMethod · 0.45
generateMethod · 0.45
load_modelMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected