hyperium / h3

MIT License
575 stars 75 forks source link

remove unused waker #243

Open Ruben2424 opened 1 month ago

Ruben2424 commented 1 month ago

if I am not completely wrong, this waker does nothing, right?

Ruben2424 commented 1 month ago

I am not sure if I understand wakers completely. But as far as i understand this only wakes the current task. So when the Connection is moved to a different task, Connection is not waked right? Would it be better to replace it with a oneshot channel instead of removing it?