irrustible / futures-many

An async `Stream` that polls many `Future`s, returning their results out of order as they arrive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

futures-many

License Package Documentation

A Stream of (potentially out of order) results from polling many Futures.

Copyright and License

Copyright (c) 2020 James Laver, futures-many Contributors

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

About

An async `Stream` that polls many `Future`s, returning their results out of order as they arrive.

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%