MCPcopy Create free account
hub / github.com/beefytech/Beef / Cancel

Method Cancel

BeefySysLib/util/ThreadPool.h:41–44  ·  view source on GitHub ↗

By default don't allow cancelling

Source from the content-addressed store, hash-verified

39
40 // By default don't allow cancelling
41 virtual bool Cancel()
42 {
43 return false;
44 }
45
46 virtual ~Job()
47 {

Callers 2

ProcMethod · 0.45
CancelAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected