MCPcopy Create free account
hub / github.com/Gecode/gecode / terminator

Method terminator

gecode/support/thread.hpp:193–193  ·  view source on GitHub ↗

Return terminator object

Source from the content-addressed store, hash-verified

191 bool todelete(void) const;
192 /// Return terminator object
193 virtual Terminator* terminator(void) const { return nullptr; }
194 /// The function that is executed when the thread starts
195 virtual void run(void) = 0;
196 /// Destructor

Callers 1

execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected