Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watchman: use single-threaded async runtime
The `#[tokio::main]` annotation uses a multi-threaded runtime by default. We don't need that for querying watchman. Switching to the single-threaded runtime saves about 20 ms.
- Loading branch information