Expand description
Write Once Run Anywhere (WORA)
A framework for building applications (daemons, etc) that run in different environments (Linux, Kubernetes, etc).
Just like Java’s claim, it really doesn’t run everywhere. no_std or embedded environments are not supported.
Modules§
Structs§
Enums§
Traits§
Functions§
- exec_
async_ runner - Run apps via an
async
based executor