createFuture

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto createFuture(Args args)
  2. auto createFuture(Args args)
    createFuture
    (
    alias fun
    bool pool = true
    Args...
    )
    (
    Args args
    )
    if (
    isSomeFunction!fun
    )

Meta