simonmar / async

Run IO operations asynchronously and wait for their results
BSD 3-Clause "New" or "Revised" License
322 stars 65 forks source link

Can you please add a pollAny? #47

Open joe9 opened 8 years ago

joe9 commented 8 years ago

Hello,

Thanks for sharing the library.

Just want to check if you could add a pollAny function? or, if you have any objection to having such a function?

Thanks

simonmar commented 8 years ago

Bear in mind that it will have cost O(n). If you're ok with that, and there's a valid use case, I suppose I don't have any objections.