Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tokio::task::spawn_local is generic over F but tokio::task::spawn is generic over T. I think they should match, and F is more descriptive (F for Future).
- Loading branch information