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
There is a variant of runningWorker for when your Worker doesn't output anything. The kdoc mentions to use runningSideEffect as the alternative. We should consider a formal @Deprecation of this runningWorker API and can use @ReplaceWith for in-place fix/migration.
Not sure how this type of thing is handled but could then add warning in the deprecation message that this API will be removed in future version
The text was updated successfully, but these errors were encountered:
crocsandcoffee
changed the title
Deprecate runningWorker with @ReplaceWith for runningSideEffect alternative
Deprecate runningWorker and add @ReplaceWith for runningSideEffect alternative
Apr 26, 2023
There is a variant of
runningWorker
for when your Worker doesn't output anything. The kdoc mentions to userunningSideEffect
as the alternative. We should consider a formal@Deprecation
of thisrunningWorker
API and can use@ReplaceWith
for in-place fix/migration.Not sure how this type of thing is handled but could then add warning in the deprecation message that this API will be removed in future version
The text was updated successfully, but these errors were encountered: