Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(lib): use try_nb! from tokio_io, not tokio_core
tokio_core::io is deprecated, and the try_nb! conceptually belongs to that module. It is also available in tokio_io, so use that instead.
- Loading branch information