MCPcopy Create free account
hub / github.com/bytedance/bolt / isRunning

Method isRunning

bolt/exec/Task.cpp:1745–1748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1743}
1744
1745bool Task::isRunning() const {
1746 std::lock_guard<std::timed_mutex> l(mutex_);
1747 return isRunningLocked();
1748}
1749
1750bool Task::isFinished() const {
1751 std::lock_guard<std::timed_mutex> l(mutex_);

Callers 6

enqueueMethod · 0.45
terminateMethod · 0.45
runOneMethod · 0.45
TEST_FFunction · 0.45
hasNextMethod · 0.45

Calls

no outgoing calls

Tested by 4

runOneMethod · 0.36
TEST_FFunction · 0.36
hasNextMethod · 0.36