You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In futures there is stream::once which allows creating a stream from a future. I would argue it generic enough and simple enough to warrant it being functionality provided in this library.
Would a stream::future or similar named function be accepted with a PR?
The text was updated successfully, but these errors were encountered:
In futures there is
stream::once
which allows creating a stream from a future. I would argue it generic enough and simple enough to warrant it being functionality provided in this library.Would a
stream::future
or similar named function be accepted with a PR?The text was updated successfully, but these errors were encountered: