Work.run

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Promise!void run(void delegate() work)
    class Work
    nothrow
    Promise!void
    run
    (
    void delegate
    ()
    work
    )
  2. Promise!T run(T delegate() cb)

Meta