#future #executor #environment #run #context #dumb

nightly no-std dumb-exec

A very simple and dumb implementation of a futures executor that doesn't allocate and can be used in no_std environments

7 releases

0.0.7 Nov 23, 2018
0.0.6 Oct 8, 2018
0.0.4 Sep 13, 2018

#15 in #dumb

MIT license

19KB
445 lines

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.


lib.rs:

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.

Dependencies

~1MB
~19K SLoC