Skip to content

Experimenting with Schedulers.currentScheduler()#946

Closed
benjchristensen wants to merge 1 commit intoReactiveX:masterfrom
benjchristensen:current-scheduler
Closed

Experimenting with Schedulers.currentScheduler()#946
benjchristensen wants to merge 1 commit intoReactiveX:masterfrom
benjchristensen:current-scheduler

Conversation

@benjchristensen
Copy link
Copy Markdown
Member

Experimenting based on conversation at #941 (comment)

@benjchristensen
Copy link
Copy Markdown
Member Author

The things this would need to solve before being production worth are:

  1. Preferably hook into some abstract class so that each Scheduler doesn't need to correctly hook up the notifications.

  2. What do we do when not in a Scheduler? Use the trampoline?

  3. Handle nested Schedulers, similar to how Hystrix does it: https://github.com/Netflix/Hystrix/blob/master/hystrix-core/src/main/java/com/netflix/hystrix/Hystrix.java#L90

@benjchristensen
Copy link
Copy Markdown
Member Author

Closing out as not ready to pursue this.

@benjchristensen benjchristensen deleted the current-scheduler branch August 27, 2014 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant