MCPcopy Create free account
hub / github.com/apache/arrow / KeepAlive

Method KeepAlive

cpp/src/arrow/util/thread_pool.cc:46–46  ·  view source on GitHub ↗

By default we do nothing here. Subclasses that expect to be allocated with static storage duration should override this and ensure any threads respect the lifetime of these resources.

Source from the content-addressed store, hash-verified

44// with static storage duration should override this and ensure any threads respect the
45// lifetime of these resources.
46void Executor::KeepAlive(std::shared_ptr<Resource> resource) {}
47
48namespace {
49

Callers 1

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected