spawnFiber

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void spawnFiber(void delegate() cb, string file, int line)
  2. void spawnFiber(void delegate() cb, int pages, string file, int line)
    void
    spawnFiber
    (
    void delegate
    ()
    cb
    ,
    int pages
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    )

Meta