|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Register the receive callback.
Called from the backend's receive thread. The subsystem wires this to route data to per-endpoint callbacks and to resume suspended coroutines. Backends fire this for every received datagram (UDP) or framed message (TCP).
Implemented in MayaFlux::Core::TCPBackend, and MayaFlux::Core::UDPBackend.