#[runtime]Expand description
Macro definition for Hermes-Five Runtime.
This macro should probably be used once only in a project above your main.
It replaces the original tokio [#[tokio::main]] which it depends on.
Executes the entire function in a blocking thread and provides synchronization for waiting on all
subsequently and dynamically created tasks (using task::run).