-
Notifications
You must be signed in to change notification settings - Fork 1.9k
HandlerDispatcher name #580
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
Comments
|
Sorry if it wasn't clear. Is inability to specify custom |
I see. No it was not intentional. I'll leave it open as a change request. |
@Uiasdnmb can you, please, clarify what different HandlerDispatcher implementations you are using in your code? What is your use-case? Shall we just include |
From source I see it already does use But it does impose the need of subclassing the handler with custom I have a "loader" framework based on coroutines that uses |
I've updated to 0.26.0 recently and noticed that
HandlerContext(handler, name)
is deprecated.If I understand correctly, it should be replaced with
Handler.asCoroutineDispatcher()
. However this doesn't provide the name argument which I need for debugging, so I'm forced to use "deprecated" constructor.The text was updated successfully, but these errors were encountered: