Classic/RxJava/Core: convert event sending & event removal into asynchronous tasks #139
Labels
type:enhancement
New features or improvements to existing features.
Milestone
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.
The text was updated successfully, but these errors were encountered: