vexide-async 0.2.1-alpha.1

Tiny async executor for vexide.
docs.rs failed to build vexide-async-0.2.1-alpha.1
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: vexide-async-0.2.0

Tiny async runtime for vexide.

This crate contains an implementation of vexide's async executor, which is driven by smol's async_task crate. The executor is optimized for use on VEXos-based systems and supports spawning tasks and blocking on futures. It has a reactor to improve the performance of some futures (such as Sleep).