Crates.io | futures-spawn |
lib.rs | futures-spawn |
version | 0.1.1 |
source | src |
created_at | 2016-12-28 18:20:31.478842 |
updated_at | 2016-12-29 04:34:35.377825 |
description | An abstraction for spawning futures |
homepage | https://github.com/carllerche/futures-spawn |
repository | https://github.com/carllerche/futures-spawn |
max_upload_size | |
id | 7819 |
size | 21,700 |
An abstraction for values that spawn futures.
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.
Ideally, this crate will be merged into futures-rs proper.
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.