summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/unix/datagram/socket.rs
AgeCommit message (Expand)Author
2020-12-10net: expose poll_* methods on UnixDatagram (#3223)cssivision
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
2020-11-06net: add set_nonblocking to doc (#3100)Alice Ryhl
2020-10-24docs: update docs for `from_std` functions (#3016)Zahari Dichev
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-09net: switch socket methods to &self (#2934)Carl Lerche
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-23net: Add examples to UnixDatagram (#2765)caranatar
2020-07-25net: add try_recv/from & try_send/to to UnixDatagram (#1677)jean-airoldie
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl