Skip to content

Requirement for Scheduler #15

Description

@benjchristensen

Right now the API requires defining a Scheduler. Why is that required?

I see two possible defaults:

  1. It just runs on the thread ListenableFuture calls back on
  2. It can be scheduled on Scheduler.computation() by default

I think (1) is the correct default. Someone can use observeOn if they want to move the scheduling. Thus, I don't fully understand why Scheduler even needs to be passed in.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions