Executors.callable

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Callable!(void) callable(Runnable task)
  2. Callable!(T) callable(Runnable task, T result)
    class Executors
    static
    callable
    (
    T
    )
    (
    Runnable task
    ,)
    if (
    !is(T == void)
    )

Meta