summaryrefslogtreecommitdiffstats
path: root/tokio/tests/uds_datagram.rs
AgeCommit message (Expand)Author
2020-12-10net: expose poll_* methods on UnixDatagram (#3223)cssivision
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-07-25net: add try_recv/from & try_send/to to UnixDatagram (#1677)jean-airoldie
2020-07-23net: introduce split on UnixDatagram (#2557)cssivision
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche