Add a description, image, and links to the runtime-polymorphism topic page so that developers can more easily learn about it.
Abstract: Java virtual machine (JVM) has the well-known slow startup and warmup issues. This is because the JVM needs to dynamically create many runtime data before reaching peak performance, ...
This crate simply re-exports other smaller async crates (see the source). To use tokio-based libraries with smol, apply the async-compat adapter to futures and I/O types. See the smol-macros crate if ...