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

Over-use of runBlocking #83

Open
CrsiX opened this issue Jun 24, 2023 · 0 comments
Open

Over-use of runBlocking #83

CrsiX opened this issue Jun 24, 2023 · 0 comments
Labels
improvement Fix code smell and implementation issues

Comments

@CrsiX
Copy link
Member

CrsiX commented Jun 24, 2023

The runBlocking functionality is definitively over-used. Make sure to reduce its usage as far as possible using callbacks or other mechanisms for bridging concurrent and linear code. For example, LobbyBrowserList is a mess and needs rework.

@CrsiX CrsiX added the improvement Fix code smell and implementation issues label Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Fix code smell and implementation issues
Projects
None yet
Development

No branches or pull requests

1 participant