MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / stop

Method stop

less_slow.cpp:7082–7082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7080 }
7081
7082 void stop() noexcept { should_stop_.store(true, std::memory_order_seq_cst); }
7083
7084 void operator()() noexcept {
7085 // Submit initial receive operations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected