MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / tryStop

Method tryStop

include/openpose/thread/worker.hpp:32–35  ·  view source on GitHub ↗

Virtual in case some function needs spetial stopping (e.g., buffers might not stop inmediately and need a few iterations)

Source from the content-addressed store, hash-verified

30 // Virtual in case some function needs spetial stopping (e.g., buffers might not stop inmediately and need a
31 // few iterations)
32 inline virtual void tryStop()
33 {
34 stop();
35 }
36
37 protected:
38 virtual void initializationOnThread() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected