lazy-queue

Crates.iolazy-queue
lib.rslazy-queue
version0.2.1
sourcesrc
created_at2019-03-15 20:57:23.505939
updated_at2019-12-21 21:47:37.688258
descriptionFutures-driven lazy queue processing
homepagehttps://github.com/mexus/lazy-queue
repositoryhttps://github.com/mexus/lazy-queue
max_upload_size
id121126
size23,730
Denis (mexus)

documentation

https://docs.rs/lazy-queue/

README

lazy-queue

travis crates.io docs.rs

Master docs

Lazy future-driven queue processing.

Some typical use cases would be:

  • Offloading work from multiple threads into a single-threaded processor.
  • Posponing computation.
  • Processing multiple tasks in a batch.
  • ...

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

License: MIT/Apache-2.0

Commit count: 11

cargo fmt