Update rx-coroutines interop lint message#315
Conversation
90b7f08 to
24cfb7a
Compare
|
Can we meet in the middle? I think the context is helpful
|
|
@ZacSweers, how about:
While it's true that providing no dispatcher can silently can introduce multithreading, imo it also makes the |
|
Let's provide some degree of context why, lint checks should educate as much as they can while guardrailing :) |
In that case I would rather mention that providing an explicit dispatcher aids in testing. |
|
Sure 👍 |
24cfb7a to
64beaef
Compare
Summary
Update rx-coroutines interop lint message to:
As
Dispatchers.Unconfinedmay lead to unintended threading and should only be used deliberately, remove it as a recommendation from the lint message.Requirements (place an
xin each[ ])