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

Function Dispatch

engine/dlib/src/dlib/message.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 }
611
612 uint32_t Dispatch(HSocket socket, DispatchCallback dispatch_callback, void* user_ptr)
613 {
614 return InternalDispatch(socket, dispatch_callback, user_ptr, false);
615 }
616
617 uint32_t DispatchBlocking(HSocket socket, DispatchCallback dispatch_callback, void* user_ptr)
618 {

Callers 3

dmLogThreadFunction · 0.70
ConsumeFunction · 0.70
TESTFunction · 0.50

Calls 1

InternalDispatchFunction · 0.85

Tested by 1

TESTFunction · 0.40