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. |
||
---|---|---|
.. | ||
srtpsrv.rs |