If multiple devices need to be accessed asynchronously and concurrently, the current implementation requires that each device be accessed through it's own unique Bus object.
This is not intuitive.
Make it possible to access multiple devices asynchronously and concurrently through a single Bus object.
If multiple devices need to be accessed asynchronously and concurrently, the current implementation requires that each device be accessed through it's own unique Bus object.
This is not intuitive.
Make it possible to access multiple devices asynchronously and concurrently through a single Bus object.