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

Fix context canceled error via manual cancelling #9

Merged
merged 10 commits into from
Jun 8, 2021
Merged

Commits on Jun 8, 2021

  1. Fix context canceled error via manual cancelling

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    96d6b4e View commit details
    Browse the repository at this point in the history
  2. remove unused import

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    cd83a40 View commit details
    Browse the repository at this point in the history
  3. use pool

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a24101c View commit details
    Browse the repository at this point in the history
  4. get rid of chan

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f0897d4 View commit details
    Browse the repository at this point in the history
  5. no races in tests

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    cfe8ae1 View commit details
    Browse the repository at this point in the history
  6. simpler concurrency

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    60a7b8e View commit details
    Browse the repository at this point in the history
  7. remove unneeded pointer

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    789c51a View commit details
    Browse the repository at this point in the history
  8. remove resp from test

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    09697f7 View commit details
    Browse the repository at this point in the history
  9. remove +1

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    958ae7b View commit details
    Browse the repository at this point in the history
  10. remove wrapped lambda

    Signed-off-by: Oleg Kovalov <[email protected]>
    cristaloleg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    34c3acc View commit details
    Browse the repository at this point in the history