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

Classic/RxJava/Core: convert event sending & event removal into asynchronous tasks #139

Closed
jbeemster opened this issue Jul 16, 2015 · 0 comments
Assignees
Labels
type:enhancement New features or improvements to existing features.
Milestone

Comments

@jbeemster
Copy link
Member

Currently all sending and event removal is run on a single background thread. As this is heavy I/O it would greatly benefit the library to be able to do these processes with concurrency.

@jbeemster jbeemster added the type:enhancement New features or improvements to existing features. label Jul 16, 2015
@jbeemster jbeemster self-assigned this Jul 16, 2015
@jbeemster jbeemster added this to the Version 0.5.0 milestone Jul 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New features or improvements to existing features.
Projects
None yet
Development

No branches or pull requests

1 participant