ForkJoinPool.newTaskFor

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RunnableFuture!(T) newTaskFor(Runnable runnable, T value)
  2. RunnableFuture!(T) newTaskFor(Callable!(T) callable)
    class ForkJoinPool
    protected
    RunnableFuture!(T)
    newTaskFor
    (
    T
    )

Meta