MCPcopy Create free account
hub / github.com/bloomen/transwarp / executor

Method executor

examples/single_thread_lock_free.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class executor : public tw::executor {
19public:
20 executor()
21 : done_{false}, thread_{&executor::worker, this}
22 {}
23
24 ~executor() {
25 done_ = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected