async_once icon indicating copy to clipboard operation
async_once copied to clipboard

Future does not setup waker

Open robo-corg opened this issue 2 years ago • 2 comments

I am not certain if this is a legitimate problem since I haven't written any breaking tests but looking at the code it seems like it is possible to return a Poll::Pending without registering a waker to fire when the lock was not ready but becomes ready later.

robo-corg avatar Dec 07 '21 23:12 robo-corg