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

Async Support #5

Open
ido-ran opened this issue Jan 6, 2018 · 1 comment
Open

Async Support #5

ido-ran opened this issue Jan 6, 2018 · 1 comment

Comments

@ido-ran
Copy link
Contributor

ido-ran commented Jan 6, 2018

Add commands are currently executing synchronously which means it is not possible to call them from the UI thread.
Do you think it makes sense to add async support or since any operation will take over 100ms there is no point in initiating them on the UI thread?

@ligi
Copy link
Member

ligi commented Jul 26, 2018

Yes - but I would not bake it into the core api - but offer it as modules to not become too opinionated and bloated. Modules could be called coroutines or rx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants