com.twitter.bijection

twitter_util

package twitter_util

Visibility
  1. Public
  2. All

Type Members

  1. class FuturePoolJavaFutureConverter extends JavaFutureConverter

    Converter based on the specified futurePool which will create one thread per future possibly limited by the maximum size of the pool.

  2. abstract class JavaFutureConverter extends AnyRef

    Base class for converting java futures to twitter futures

  3. class ScalaFuturePool extends FuturePool

    FuturePool adapter for ExecutionContext

  4. class TimerJavaFutureConverter extends JavaFutureConverter

    Converter based on a Timer which will create a task which will check every checkFrequency if the java future is completed, the threading model is the one used by the specified timer which is often a thread pool of size 1.

  5. class TwitterExecutionContext extends ExecutionContext

    ExecutionContext adapter for FuturePool

  6. trait UtilBijections extends AnyRef

    Bijection for mapping twitter-util's Future and Try onto other types.

Value Members

  1. object UtilBijections extends UtilBijections

Ungrouped