rtp/examples
Jonas Herzig 1444b3c063 Update rfc5764 to use futures 0.3 AsyncRead/Write
With futures 0.3, the AsyncRead/Write traits are no longer marker traits, so we
can no longer easily support both, non-blocking and blocking APIs.
The code can however still be used in a blocking way buy just calling
`now_or_never` on any futures it returns, which will block if the underlying
streams are blocking.
2020-04-05 14:25:14 +02:00
..
srtpsrv.rs Update rfc5764 to use futures 0.3 AsyncRead/Write 2020-04-05 14:25:14 +02:00