Expand description

Simple executor to be used inside of an application runtime. The executor is polled when needed by the runtime.

This is partially copied and adapted from https://rust-lang.github.io/async-book/02_execution/04_executor.html.

Functions

Spawns a task onto the executor.