dumb-exec 0.0.3

A very simple and dumb implementation of a futures executor that doesn't allocate and can be used in no_std environments.
docs.rs failed to build dumb-exec-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: dumb-exec-0.0.7

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.