Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(cli): add async version of resolve_addr function #8743

Merged
merged 2 commits into from Dec 15, 2020

Commits on Dec 13, 2020

  1. refactor(cli): add async version of resolve_addr function

    This commit adds a new function that is an asynchronous version of
    `resolve_addr` using `tokio::net::lookup_host`, and accordingly, renames
    the synchronous version to `resolve_addr_sync`.
    This allows async ops to resolve hosts with non-blocking.
    magurotuna committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    cb188fc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    9d4f8ab View commit details
    Browse the repository at this point in the history