Dario Nieuwenhuis
|
a0487380da
|
Replace futures::future::poll_fn -> core::future::poll_fn.
|
2022-09-22 16:42:49 +02:00 |
|
Artur Kowalski
|
ef473827a2
|
Remove UdpIo struct
UdpIo was shared by split sender/receives halves. Since split() API is
no more UdpIo is not needed and its APIs may be moved into UdpSocket.
|
2022-08-11 15:52:32 +02:00 |
|
Artur Kowalski
|
b97983242d
|
Simplify UDP code
Drop unneeded APIs: remove impls of embedded_io error traits, remove
flush() and split() methods.
|
2022-08-11 08:23:18 +02:00 |
|
Artur Kowalski
|
d5ab0d3ebb
|
Add UDP socket support
|
2022-08-10 19:40:35 +02:00 |
|