It would be great if it was documented how concurrent requests, especially when Tokio is used, are handled for netlink-proto and also rtnetlink, for that matter. How simultaneous request-response exchanges are handled and dispatched and how event monitoring is done simultaneously with request-response exchanges. It would help to know what we can rely on and what we cannot.
It would be great if it was documented how concurrent requests, especially when Tokio is used, are handled for
netlink-proto
and alsortnetlink
, for that matter. How simultaneous request-response exchanges are handled and dispatched and how event monitoring is done simultaneously with request-response exchanges. It would help to know what we can rely on and what we cannot.