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

[REF-2700] rx._x.run_in_thread does not return the result #3177

Open
masenf opened this issue Apr 26, 2024 · 0 comments
Open

[REF-2700] rx._x.run_in_thread does not return the result #3177

masenf opened this issue Apr 26, 2024 · 0 comments
Labels
enhancement Anything you want improved

Comments

@masenf
Copy link
Collaborator

masenf commented Apr 26, 2024

await asyncio.get_event_loop().run_in_executor(None, func)

I was looking at this function today and noticed that it awaits the thread executing function, but it doesn't return the result back, so it's not the most useful.

REF-2700

@masenf masenf changed the title rx._x.run_in_thread does not return the result [REF-2700] rx._x.run_in_thread does not return the result Apr 26, 2024
@Lendemor Lendemor added the enhancement Anything you want improved label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Anything you want improved
Projects
None yet
Development

No branches or pull requests

2 participants