Example usage for java.util.concurrent RunnableFuture interface-usage

List of usage examples for java.util.concurrent RunnableFuture interface-usage

Introduction

In this page you can find the example usage for java.util.concurrent RunnableFuture interface-usage.

Usage

From source file meme.singularsyntax.concurrency.ContinuableFutureTask.java

/**
 * {@link java.util.concurrent.RunnableFuture} implementation that supports re-submission and continuation of
 * tasks via the <a href="http://commons.apache.org/sandbox/commons-javaflow/">Apache Commons Javaflow</a> continuations API.
 * 
 * <p>The typical use pattern of <tt>ContinuableFutureTask<V></tt> class proceeds like this:
 *