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

Network,Directory,Http: naming scheme for async #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 31, 2023

  1. Network,Directory,Http: naming scheme for async

    Rename TorStream, TorCircuit, TorGuard, TorDirectory,
    and TorHttpClient methods according to the following scheme:
    for method is called Foo
    Foo() should return 'T
    FooAsync() should return Task<'T>
    AsyncFoo() should return Async<'T>.
    webwarrior-ws committed May 31, 2023
    Configuration menu
    Copy the full SHA
    e89b2c0 View commit details
    Browse the repository at this point in the history