rust-netlink / netlink-proto

Other
8 stars 14 forks source link

Please document how concurrency is handled #24

Open pavlix opened 2 weeks ago

pavlix commented 2 weeks ago

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.