Reputation: 2610
I don;t want to create a specialized thread to wait for a timeout, and thus, I want to use poll to wait for a timeout on the waitable object in an ~Async~ fashion.
Is it possible to get notified for a mutex wait timeout using poll?
Upvotes: 2
Views: 2235