rustasync / runtime

Empowering everyone to build asynchronous software

Home Page:https://docs.rs/runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a Stream extension trait for timeouts

sdroege opened this issue · comments

There's now a very useful runtime::time::FutureExt trait with timeout functions. It would be nice to have the same thing for Streams :)

I was blind, that exists :)