MCPcopy Create free account
hub / github.com/OAID/Tengine / Cooking

Method Cooking

internal/tests/core/test/test_message_bus.cpp:149–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148 ~Mama() {}
149 void Cooking()
150 {
151 cout << "Mama is cooking ..." << endl;
152 cout << "Luch is ready!" << endl;
153 if(async)
154 {
155 g_amsgbus.Send<void>(lunch_ready);
156 }
157 else
158 {
159 g_msgbus.Send<void>(lunch_ready);
160 }
161 }
162 void GetFeedback(string* name, string* rate)
163 {
164 cout << *name << ": " << *rate << endl;

Callers 4

test_asyncFunction · 0.80
TestMessageBus_2Function · 0.80
test_async_1Function · 0.80
TestMessageBus_3Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected