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

Function test_async

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

Source from the content-addressed store, hash-verified

207};
208
209void test_async(Mama* ma, Child* tom, Child* rose, Child* jean)
210{
211 int64_t i = 0;
212 while(i++ < 100000L)
213 {
214 ma->Cooking();
215 }
216}
217
218void TestMessageBus_2()
219{

Callers

nothing calls this directly

Calls 1

CookingMethod · 0.80

Tested by

no test coverage detected