futures-spawn

Crates.iofutures-spawn
lib.rsfutures-spawn
version0.1.1
sourcesrc
created_at2016-12-28 18:20:31.478842
updated_at2016-12-29 04:34:35.377825
descriptionAn abstraction for spawning futures
homepagehttps://github.com/carllerche/futures-spawn
repositoryhttps://github.com/carllerche/futures-spawn
max_upload_size
id7819
size21,700
Team algorithmia (github:algorithmiaio:team-algorithmia)

documentation

https://docs.rs/futures-spawn

README

futures-spawn

An abstraction for values that spawn futures.

Crates.io

Documentation

Overview

futures-rs provides a task abstraction and the ability for custom executors to manage how future execution is scheduled across them.

futures-spawn provides an abstraction representing the act of spawning a future. This enables writing code that is not hard coded to a specific executor.

Roadmap

Ideally, this crate will be merged into futures-rs proper.

License

futures-spawn is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

Commit count: 7

cargo fmt