summaryrefslogtreecommitdiffstats
path: root/examples/udp-client.rs
AgeCommit message (Expand)Author
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-03-22chore: Fix examples not working with `cargo run` (#998)Eliza Weisman
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-11-20tests: handle errors properly in examples (#748)Liran Ringel
2018-03-22Add UDP client example (send/recv_dgram) (#239)Denis