Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed tokio error in hot reload example
`#[tokio::main]` macro refused to compile because it uses multithreaded runtime by default but the example disabled multithreading.
- Loading branch information