MCPcopy Create free account
hub / github.com/aui-framework/aui / executeForcedPayload

Function executeForcedPayload

aui.core/src/AUI/Thread/AThread.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return d;
68}
69void executeForcedPayload() {
70 std::unique_lock lock(payloads());
71 if (auto it = payloads()->contains(std::this_thread::get_id())) {
72 if (it->second) {
73 it->second();
74 it->second = {};
75 }
76 }
77}
78} // namespace aui::impl::AThread
79class CurrentThread : public AAbstractThread {
80public:

Callers 1

onSignalFunction · 0.85

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected