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

Method stop

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

Source from the content-addressed store, hash-verified

7412 }
7413
7414 void stop() noexcept { should_stop_.store(true, std::memory_order_seq_cst); }
7415
7416 void operator()() noexcept {
7417 // Submit the initial receive operation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected