pub fn add_response_task<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions>(
    handle: &mut SystemContextHandle<TYPES, I, V>,
    request_receiver: RequestReceiver
)
Expand description

Add a task which responds to requests on the network.