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

Paramaterize the return type of Worker.finished() to make it more convenient to use in tests. #884

Merged
merged 1 commit into from
Jan 16, 2020

Commits on Jan 16, 2020

  1. Paramaterize the return type of Worker.finished() to make it more con…

    …venient to use in tests.
    
    It was initially like this, and then I switched it to `Nothing` to make the function simpler,
    but I just realized that most of the uses do a cast anyway so it's better to just have a more
    generic type. This is also more consistent with `emptyList()`, `emptyFlow()`, etc.
    zach-klippenstein committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    f989c27 View commit details
    Browse the repository at this point in the history