You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paramaterize the return type of Worker.finished() to make it more convenient 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.
0 commit comments