dumb-exec

Crates.iodumb-exec
lib.rsdumb-exec
version0.0.7
sourcesrc
created_at2018-09-13 06:59:58.512016
updated_at2018-11-23 03:05:52.039814
descriptionA very simple and dumb implementation of a futures executor that doesn't allocate and can be used in no_std environments.
homepagehttps://github.com/boomshroom/dumb-exec
repositoryhttps://github.com/boomshroom/dumb-exec
max_upload_size
id84481
size42,870
Angelo Bulfone (boomshroom)

documentation

README

dumb-exec

A barebones executor for futures that can run in a zero-allocation environment. The current implementation runs futures to completion the moment they're run. This behavior, while in the theme of the name, is likely to change. There are also plans to provide an executor that depends solely on the alloc crate, As well as versions to use in multithreaded contexts such as multiproccessing operating systems.

Commit count: 14

cargo fmt