MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / execute

Method execute

src-client/ll/api/thread/ClientThreadExecutor.cpp:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 event::EventBus::getInstance().removeListener<event::ClientLevelTickEvent>(impl->worker);
91}
92void ClientThreadExecutor::execute(std::function<void()> f) const { impl->shared->works.enqueue(std::move(f)); }
93
94std::shared_ptr<data::CancellableCallback>
95ClientThreadExecutor::executeAfter(std::function<void()> f, Duration dur) const {

Callers 4

appendMethod · 0.45
testCommand.cppFile · 0.45
registerFormTestCommandFunction · 0.45
GTestMain.cppFile · 0.45

Calls

no outgoing calls

Tested by 2

appendMethod · 0.36
registerFormTestCommandFunction · 0.36