There’s nothing stopping the sensors from reading at the same time, they don’t stop reading distance just because you’re not reading the ADC
You’d have to implement it yourself with multiple sensor threads, i don’t have any plans to add async callbacks as i’m not sure how useful that would be. If you need to know the distance, you tend to need to know it for a specific calculation not several ms later.
I put up some code to do this in the above link (since I couldn’t find this thread, before now :-[) - Don’t have my sensors yet, but once they come in I’ll test with them.
It should be done with either the Classic Async Pattern or the Event-Based Async Pattern. Based on the use of the class, Event based would be the correct pattern for this library.
If you want a no bs long range accurate sensor I would recommend the maxbotic sonar sensors. I’ve tried pretty much all of them and the triangulation ones are junk when it comes to anything over 100cm (because of triangulation). In addition the sharp sensors are really (really) sensitive to any type of noise.
These ones are AWESOME:
They are accurate from 30cm to 500cm. Anything under 30cm reads as 30cm. The sharp sensors gets really weird if something is up close and personal to the sensor.
If you need ranges less than 30cm there are different sharp sensors which are pretty good.