withoutboats / romio

asynchronous networking primitives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP: Add `send_to` and `receive_from` methods

aturon opened this issue · comments

Right now we only provide poll_* methods for UdpSocket. Unlike with TcpStream, we can't rely on the extension traits in futures to flesh out the futures-based API.