AbstractExecutorService.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(Runnable runnable)
    class AbstractExecutorService
    static
    newTaskFor
    (
    T
    )
    (
    Runnable runnable
    )
    if (
    is(T == void)
    )
  3. RunnableFuture!(T) newTaskFor(Callable!(T) callable)

Meta