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)
    class ForkJoinPool
    protected
    RunnableFuture!(T)
    newTaskFor
    (
    T
    )
    (
    Runnable runnable
    ,)
  2. RunnableFuture!(T) newTaskFor(Callable!(T) callable)

Meta