MCPcopy Create free account
hub / github.com/defold/defold / DispatchBlocking

Function DispatchBlocking

engine/dlib/src/dlib/message.cpp:617–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615 }
616
617 uint32_t DispatchBlocking(HSocket socket, DispatchCallback dispatch_callback, void* user_ptr)
618 {
619 return InternalDispatch(socket, dispatch_callback, user_ptr, true);
620 }
621
622 static void ConsumeCallback(dmMessage::Message*, void*)
623 {

Callers 3

LoopFunction · 0.85
LoadBalancerFunction · 0.85
TESTFunction · 0.85

Calls 1

InternalDispatchFunction · 0.85

Tested by 1

TESTFunction · 0.68