ronshapiro / rxjava-priority-scheduler

An RxJava scheduler that incorporates priorities in scheduling tasks
55 stars 6 forks source link

Remove dependence on removed Scheduler#parallelism method #3

Closed ronshapiro closed 9 years ago

ronshapiro commented 9 years ago

Addresses #2. @MercurieVV, will you confirm this still fits for your use case? Note that it's a breaking change, with a removal of new PriorityScheduler(ExecutorService) since there is no longer an implicit parallelism, and the switch to static factories instead of public constructors. Assuming that's ok, I'll upgrade and push 0.2 to Maven Central.

ronshapiro commented 9 years ago

@MercurieVV ping. I'm going to merge this, let me know if it breaks for you?