tokio-rs / tokio-uds

Unix Domain Sockets for tokio
Apache License 2.0
52 stars 25 forks source link

Add unbound() constructor for parity with std UnixDatagram #11

Closed polachok closed 7 years ago

polachok commented 7 years ago

I just added unbound to mio-uds, we need to bump version there first

alexcrichton commented 7 years ago

Thanks!