summaryrefslogtreecommitdiffstats
path: root/tokio/tests/tcp_accept.rs
AgeCommit message (Expand)Author
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-06-07chore: fix ci failure on master (#2593)Taiki Endo
2020-02-12Avoid race in tcp_accept::no_extra_poll (#2236)Jon Gjengset
2020-02-12io: avoid unnecessary wake in registration (#2221)Jon Gjengset
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche