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

Change the return type of Worker.finished from T to Nothing. #637

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

zach-klippenstein
Copy link
Collaborator

This makes it easier to use when you don't actually care about the return type,
and serves as documentation that the worker never emits.

This makes it easier to use when you don't actually care about the return type,
and serves as documentation that the worker never emits.
@zach-klippenstein zach-klippenstein added the enhancement New feature or request label Oct 3, 2019
@zach-klippenstein zach-klippenstein added this to the kotlin v0.21.0 milestone Oct 3, 2019
@zach-klippenstein zach-klippenstein added this to In progress in Workflow (Kotlin) via automation Oct 3, 2019
@zach-klippenstein zach-klippenstein merged commit bad86ff into master Oct 3, 2019
Workflow (Kotlin) automation moved this from In progress to Done Oct 3, 2019
@zach-klippenstein zach-klippenstein deleted the zachklipp/finished-worker-nothing branch October 3, 2019 23:44
@zach-klippenstein zach-klippenstein added the kotlin Affects the Kotlin library. label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kotlin Affects the Kotlin library.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants